mirror of
https://github.com/youzan/vant.git
synced 2025-10-17 08:37:23 +00:00
[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