item
<vuuri v-model="items"> <template #item="{ item }"> <YourComponent :item="item" /> </template> </vuuri>
← Events