Table: table-body revert to v1.1.2, fixed #2312

This commit is contained in:
qingwei.li 2017-01-12 15:36:28 +08:00 committed by 杨奕
parent 5753b452af
commit 9f94a28f43

View File

@ -116,7 +116,7 @@ export default {
computed: { computed: {
table() { table() {
return this.$parent.$parent.columns ? this.$parent.$parent : this.$parent; return this.$parent;
}, },
data() { data() {