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
28587238ded06647eeddecaff776f4d8fb213d2b
Authored by
梁灏
2017-05-04 15:22:31 +0800
1 parent
87b6ef9d
update Table functional
Showing
1 changed file
with
1 additions
and
0 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 @
2858723
...
...
@@ -59,6 +59,7 @@
59
59
60
60
if (isRealRender) {
61
61
const component = new Vue({
62
+ functional: true,
62
63
render: (h) => {
63
64
return this.column.render(h, this.row, this.column, this.index);
64
65
}
...
...