mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[bugfix] Toast: toggle clickable when destroyed (#1991)
This commit is contained in:
parent
7685ecd254
commit
2e3ecf6402
@ -63,6 +63,10 @@ export default create({
|
||||
this.toggleClickale();
|
||||
},
|
||||
|
||||
destroyed() {
|
||||
this.toggleClickale();
|
||||
},
|
||||
|
||||
watch: {
|
||||
value() {
|
||||
this.toggleClickale();
|
||||
|
Loading…
x
Reference in New Issue
Block a user