提交 b1d7ccb7 编写于 作者: X xzs02

fix: 解决picker组件属性变更时报错的问题

上级 3cd4b6b0
......@@ -153,7 +153,7 @@ export default {
})
Object.keys(this.$props).forEach(key => {
if (key !== 'value' && key !== 'name') {
this.$watch(key, this._show())
this.$watch(key, this._show)
}
})
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册