[bugfix] Toast: toggle clickable when destroyed (#1991)
This commit is contained in:
@@ -63,6 +63,10 @@ export default create({
|
||||
this.toggleClickale();
|
||||
},
|
||||
|
||||
destroyed() {
|
||||
this.toggleClickale();
|
||||
},
|
||||
|
||||
watch: {
|
||||
value() {
|
||||
this.toggleClickale();
|
||||
|
||||
Reference in New Issue
Block a user