mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-11-30 03:07:36 +08:00
remove unnecessary event
This commit is contained in:
parent
94d737fb4a
commit
d6c35bffaa
@ -107,7 +107,6 @@
|
||||
|
||||
watch: {
|
||||
visible(val) {
|
||||
this.$emit('update:visible', val);
|
||||
if (val) {
|
||||
this.closed = false;
|
||||
this.$emit('open');
|
||||
|
Loading…
Reference in New Issue
Block a user