0👍
Not sure here – can you make working JSFiddle? But it looks like problem with v-model. You are using single selected
property for all the questions. You should not probably use v-model in v-for, instead use some custom logic :value and @onchange. But it is a guess.
- [Vuejs]-Vue warning and component not showing while using v-form and v-text-field from Vuetify
- [Vuejs]-Vuex/Laravel pass parameter to dynamic url
Source:stackexchange.com