Skip to content

Commit

Permalink
同步组件更新组件的property属性
Browse files Browse the repository at this point in the history
  • Loading branch information
kinglisky committed Jun 22, 2016
1 parent f7ff6f6 commit 2c0c194
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/data/grid-column.vue
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,11 @@
if (this.columnConfig) {
this.columnConfig.label = newVal;
}
},
property(newVal) {
if (this.columnConfig) {
this.columnConfig.property = newVal;
}
}
},
Expand Down

0 comments on commit 2c0c194

Please sign in to comment.