Replies: 2 comments
-
3.1.19-beta试试看,已修复 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
版本:Taro3.4 NutUI3.1.14 typescript vue3
按照官网步骤,Taro init选择了 Vue3 + NutUI 模板
按需加载:
vue页面代码:
<nut-picker mode="multiSelector" :list-data="tenants" :default-value-index="currentIndex" @confirm="onChange" >
vscode编译正常,小程序控制台报以下错误:
[Vue warn]: Failed to resolve component: picker
Beta Was this translation helpful? Give feedback.
All reactions