Skip to content

Commit

Permalink
Fix a bug of grid column.
Browse files Browse the repository at this point in the history
  • Loading branch information
furybean committed Jun 17, 2016
1 parent 9d88728 commit f00537c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/data/grid-column.vue
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@
},
detached() {
if (!this.$parent) return;
let columns = this.$parent.columns;
if (columns) {
let columnId = this.columnId;
Expand Down

0 comments on commit f00537c

Please sign in to comment.