fix(mixin): use unmounted instead of destroyed

This commit is contained in:
Guillaume
2021-07-19 15:46:36 +02:00
parent 334310d5e6
commit 335d538dd3
+1 -1
View File
@@ -142,6 +142,6 @@ export function installMixin (app, provider) {
created: launch,
destroyed: destroy,
unmounted: destroy,
})
}