0👍
✅
You can try reading documentation and API of components you are trying to use (for example v-slide-group API in which you can see that you can pass value
prop: :value="items[n]"
in your case).
Source:stackexchange.com