This commit is contained in:
梁灏 2018-01-23 18:14:23 +08:00
parent feb21a0a16
commit 2eccfc9938
3 changed files with 74 additions and 29 deletions

View file

@ -229,6 +229,7 @@
}
}
this.broadcast('Table', 'on-visible-change', val);
this.broadcast('Slider', 'on-visible-change', val); // #2852
this.$emit('on-visible-change', val);
},
loading (val) {