optimize Input shaking when it init

optimize Input shaking when it init
This commit is contained in:
梁灏 2016-11-15 11:24:28 +08:00
parent 0a48ac45a4
commit 6ff31952a6
4 changed files with 78 additions and 8 deletions

View file

@ -10,7 +10,9 @@
props: {
model: {
type: Array,
default: []
default () {
return []
}
}
},
computed: {