In nuxt.config.js I have configured ssr: false and I\'m using some static hosting. I understand that Nuxtjs with ssr: false is CSR开发者_StackOverflow社区 (Client Side Rendering).
I have a component that it has v-for to showing multiple repetition of data, I use vue3 with composition API, When I initialize table of data and log it, it shows the right value what I want, but the
I am trying to update multiple models that related to each other with PK and FK. I tried to update the first model "matter_dispute" and successfully updated so I repeated the same thing to u