fix #5594
This commit is contained in:
parent
2ef1b05f4d
commit
3679837be4
1 changed files with 3 additions and 0 deletions
|
@ -303,6 +303,9 @@
|
||||||
if (this.$slots.header === undefined) {
|
if (this.$slots.header === undefined) {
|
||||||
this.showHead = !!val;
|
this.showHead = !!val;
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
width (val) {
|
||||||
|
this.dragWidth = val;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue