component不支持内置组件 比如
<component is="button"></component>
渲染出来就是html button 但我想要的是uni-button
<component is="uni-button" type="primary" :disabled="false">11</component>
我如果直接写uni-button 但是disabled等布尔值 全部都有问题 似乎转成字符串了 呈现结果为true
如何解决 卡了半天了 很急...
component不支持内置组件 比如
<component is="button"></component>
渲染出来就是html button 但我想要的是uni-button
<component is="uni-button" type="primary" :disabled="false">11</component>
我如果直接写uni-button 但是disabled等布尔值 全部都有问题 似乎转成字符串了 呈现结果为true
如何解决 卡了半天了 很急...
1 个回复
DCloud_UNI_OttoJi - 日常回复 uni-app/x 问题,如果艾特我没看到,请主动私信
提供 HBuilderX 版本、vue 版本、运行平台。可以查看 component 的兼容性 https://uniapp.dcloud.net.cn/component/vue-component.html#component
小程序平台不支持 component