We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.3.5
微信小程序
无
<wd-picker :columns="columns" label="xxx" v-model="value" /> const columns = ref([]) const value = ref('')
<wd-picker :columns="columns" label="xxx" v-model="value" />
const columns = ref([])
const value = ref('')
columns还未赋值时,初始化报错
不出现报错
No response
The text was updated successfully, but these errors were encountered:
你好,@zeezzh。
我们需要你提供一个最小重现demo,以便于我们帮你排查问题。你可以通过 fork wot-starter-retail 并添加相关复现逻辑来提供。
Sorry, something went wrong.
目前可以在获取到数据之后再渲染来解决,参见常见问题
1.3.8已解决,如仍有问题可以重新提一个issue。
此 issue 已被自动锁定,因为关闭后没有任何近期活动。如果有相关 bug,请重新创建一个新 issue。
No branches or pull requests
Wot Design Uni 版本号
1.3.5
平台
微信小程序
复现Demo地址
无
重现步骤
<wd-picker :columns="columns" label="xxx" v-model="value" />
const columns = ref([])
const value = ref('')
期望的结果是什么?
columns还未赋值时,初始化报错
实际的结果是什么?
不出现报错
环境信息
No response
其他补充信息
No response
The text was updated successfully, but these errors were encountered: