DEV Community

Discussion on: Creating custom components with Vuetify - Inheriting props/events/slots in Composition API

Collapse
 
fahamidev profile image
Ehsan Fahami • Edited

Thank you for this very useful article
v-text not work correctly on div element in Nuxtjs server side. When i passed data to v-text, i got this Error:
The client-side rendered virtual DOM tree is not matching server-rendered content

I'm using v-text like this:
<BaseListItemTitle v-text="$store.getters['getUser'].name" />

what's the solution?