标签:ack code color after style 声明 slots option div
启用:
options:{ multipleSlots:true },
声明插槽:
<slot class="after" name="after"></slot>
使用插槽:
名字要对应:
<text class="num" slot="after">{{‘+‘ + item.nums}}</text>
标签:ack code color after style 声明 slots option div
原文地址:https://www.cnblogs.com/guangzhou11/p/11470333.html