Skip to content

Commit

Permalink
fix(datatable): extra request on initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
smartapant committed Aug 7, 2018
1 parent 3e77fcb commit e93902a
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@
}
},
mounted () {
this.selectedItemsPerPage(this.selected)
},
methods: {
selectedItemsPerPage (optionValue) {
this.selected = optionValue
Expand Down

0 comments on commit e93902a

Please sign in to comment.