other
/
mew-iview
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
191068ac0c03396a0b1c07ffbe2abf2859b29036
Authored by
梁灏
2017-03-07 10:37:01 +0800
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
Inline
Side-by-side
src/components/page/options.vue
Wrap text
Show/Hide comments
View file @
191068a
...
...
@@ -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) {
...
...