chenhaodong
/
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
af6e81cd6484794b9aef7db0068715cb54fd4e9f
Authored by
Aresn
2017-05-27 16:19:28 +0800
1 parent
08fd628d
update Table
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/components/table/cell.vue
Inline
Side-by-side
src/components/table/cell.vue
Wrap text
Show/Hide comments
View file @
af6e81c
...
...
@@ -59,7 +59,7 @@
59
59
{
60
60
[`${this.prefixCls}-cell-expand-expanded`]: this.expanded
61
61
}
62
- ]
62
+ ]
;
63
63
}
64
64
},
65
65
methods: {
...
...