In Nuxt 3, if a <p> tag is nested in another <p> tag, then v-html appears to give hydration mismatch error. Try to check if that's what's happening at the rendered HTML in dev tools Elements tab.
Changing outer <p> tag to <div> helped me. I was getting my content from contentful and doing v-html gave me hydration mismatch error.