unable to bind dynamic data in vuetify components in server side rendering. #10420
Unanswered
Hammad-181
asked this question in
Help/Questions
Replies: 1 comment
-
Maybe, you can use the onServerPrefetch hook https://vuejs.org/api/composition-api-lifecycle.html#onserverprefetch |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
"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?"
attaching my repo Zip here . Please suggest any ideas
SSR-VUE-VITE-VUETIFY.zip
Beta Was this translation helpful? Give feedback.
All reactions