Skip to content

Commit

Permalink
chore(picker): remove needless code
Browse files Browse the repository at this point in the history
  • Loading branch information
AmyFoxFN committed Aug 30, 2018
1 parent 0a1d63e commit 539c8d1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/picker/picker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@
created() {
this._values = []
this._indexes = this.selectedIndex
const diff = this.finalData.length - this._indexes.length
diff > 0 && this._indexes.fill(0, diff)
},
methods: {
confirm() {
Expand Down

0 comments on commit 539c8d1

Please sign in to comment.