GoodAr
GoodAr
  • 发布:2024-02-22 20:17
  • 更新:2024-10-10 17:04
  • 阅读:481

vite+vue3,微信小程序运行目前还是不支持v-bind吗?

分类:uni-app
[plugin:commonjs] v-bind="" is not supported.
2024-02-22 20:17 负责人:无 分享
已邀请:
GoodAr

GoodAr (作者)

const props = defineProps({  
  okButtonType: { type: Object as PropType<UniHelper.ButtonProps>, defaut: () => {} },  
  cancelButtonType: { type: Object as PropType<UniHelper.ButtonProps>, defaut: () => {} },  
})  

<button  
        class="button bg-fillColor c-textColorPrimary"  
        @click="handleCancel"  
        v-bind="cancelButtonType as UniHelper.ButtonProps"  
        v-if="showCancleBtn"  
        >{{ cancelText }}</button

这是代码,有什么解决方法吗

YUANRJ

YUANRJ

相关issue,小程序端只有自定义组件支持v-bind,element不支持。

靐齉齾麤龖龗

靐齉齾麤龖龗 - 解决不了问题,那就解决提出问题的人

垃圾小程序。。。自己封装组件之后比如image啊,button什么的不想写那些属性想要v-bind直接用,结果微信底层不支持,太垃圾了,一堆限制。

要回复问题请先登录注册