remove unnecessary event

This commit is contained in:
Leon Zhang 2017-11-22 16:22:39 +08:00 committed by 杨奕
parent 94d737fb4a
commit d6c35bffaa

View File

@ -107,7 +107,6 @@
watch: {
visible(val) {
this.$emit('update:visible', val);
if (val) {
this.closed = false;
this.$emit('open');