This commit is contained in:
梁灏 2019-04-09 18:17:48 +08:00
parent 2ef1b05f4d
commit 3679837be4

View file

@ -303,6 +303,9 @@
if (this.$slots.header === undefined) {
this.showHead = !!val;
}
},
width (val) {
this.dragWidth = val;
}
}
};