Skip to content

Commit

Permalink
fix: 修复 picker 组件的 value属性不传值返回信息错误的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
mehaotian committed Apr 24, 2019
1 parent 304af3c commit 18721a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/view/components/picker/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export default {
},
data () {
return {
valueSync: this.value,
valueSync: this.value || 0,
visible: false,
valueChangeSource: ''
}
Expand Down

0 comments on commit 18721a0

Please sign in to comment.