[Vuejs]-Paginated survey (Vue.js, BootstrapVue) doesn't get selected items

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.

Leave a comment