DEV Community

Hammad-181
Hammad-181

Posted on

unable to bind dynamic data in vuetify components in server side rendering.

"I've developed a Vue.js project using Vite and Vuetify, implementing SSR (Server-Side Rendering). In this project, I'm attempting to bind data to a Vuetify input component, specifically v-textarea, retrieved from an API call. My goal is to ensure that this data is fetched and bound before the page is rendered by SSR. How can I accomplish this?"

Top comments (0)