Vuetify:使用轮播显示自定义对象

时间:2018-11-01 14:31:02

标签: vue.js vue-component

我是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中具有自定义通知对象。

0 个答案:

没有答案