You will need to implement the required slot #item, in order to display your content.
#item
<vuuri v-model="items"> <template #item="{ item }"> /* your custom markup here */ <YourCustomComponent /> </template> </vuuri>