使用插槽

启用:

  options:{
    multipleSlots:true
  },

声明插槽:

<slot class="after" name="after"></slot>

使用插槽:

名字要对应:

 <text class="num" slot="after">{{'+' + item.nums}}</text>

 

posted @ 2019-09-05 22:39  1点  阅读(138)  评论(0编辑  收藏  举报