mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-16 11:44:01 +08:00
add alert & button docs and fix alert close event
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
methods: {
|
||||
close() {
|
||||
this.visible = false;
|
||||
this.$emit('onClose');
|
||||
this.$emit('close');
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user