本文介绍了vue Render中slots的使用的实例代码,有需要了解vue Render中slots用法的朋友可参考。希望此文章对各位有所帮助。
render 中 slot 的一般默认使用方式如下:
this.$slots.default 对用 template的
想使用多个slot 的话。需要对slot命名唯一。使用this.$slots.name 在render中添加多个slot。
this is slot
多个slot的使用
多个$scopedSlot的使用
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持编程之家。
原文链接:https://www.f2er.com/vue/37727.html