Commit 191068ac0c03396a0b1c07ffbe2abf2859b29036

Authored by 梁灏
1 parent f24603ba

fixed lint

fixed lint
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/components/page/options.vue
... ... @@ -40,7 +40,7 @@
40 40 data () {
41 41 return {
42 42 currentPageSize: this.pageSize
43   - }
  43 + };
44 44 },
45 45 watch: {
46 46 pageSize (val) {
... ...