fix(mixin): use unmounted instead of destroyed
This commit is contained in:
@@ -142,6 +142,6 @@ export function installMixin (app, provider) {
|
||||
|
||||
created: launch,
|
||||
|
||||
destroyed: destroy,
|
||||
unmounted: destroy,
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user