Skip to content

uniapp中使用动态插槽

动态插槽只能编译成H5版本,微信小程序和支付宝小程序中不能使用动态插槽

uniapp的vue2版本中,插槽用v-slot

vue
    <test>
      <template v-slot:tt>
        我是测试
      </template>
    </test>

如有转载或 CV 的请标注本站原文地址