Skip to content

Commit

Permalink
Merge pull request #47 from kinglisky/Grid-Column-bug
Browse files Browse the repository at this point in the history
同步组件更新组件的property属性
  • Loading branch information
furybean authored Jun 22, 2016
2 parents f7ff6f6 + 2c0c194 commit 9517e41
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 9517e41

Please sign in to comment.