我是vue js的新手,我希望在轮播中呈现自定义通知/对象
<v-carousel hide-delimiters>
<v-carousel-item v-for="(notification, index) in notifications :src="<Custom object>" :key="index" ">
//custom notification template
<v-carousel-item>
</v-carousel>
是否可以在v-carousel-item的src中具有自定义通知对象。