1👍
✅
Remove the v-for="item in allItems"
in your <v-select>
. This will render a <v-select>
element for each item in allItems
.
👤JKL
Source:stackexchange.com