mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
fix(components): [loading] complete destroy vLoading directive unmounted (#15393)
This commit is contained in:
parent
1b7dfacfcb
commit
78c5f81651
@ -91,5 +91,6 @@ export const vLoading: Directive<ElementLoading, LoadingBinding> = {
|
||||
},
|
||||
unmounted(el) {
|
||||
el[INSTANCE_KEY]?.instance.close()
|
||||
el[INSTANCE_KEY] = null
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user