Commit 3679837be418c502f54a422219bc13f08b42649f

Authored by 梁灏
1 parent 2ef1b05f

fix #5594

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
src/components/drawer/drawer.vue
... ... @@ -303,6 +303,9 @@
303 303 if (this.$slots.header === undefined) {
304 304 this.showHead = !!val;
305 305 }
  306 + },
  307 + width (val) {
  308 + this.dragWidth = val;
306 309 }
307 310 }
308 311 };
... ...