mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 23:51:01 -07:00
wip
This commit is contained in:
parent
17d0ab17b8
commit
dc6796b07c
1 changed files with 6 additions and 0 deletions
|
@ -20,6 +20,12 @@ require('./common/views/directives');
|
|||
// Register global components
|
||||
require('./common/views/components');
|
||||
|
||||
Vue.mixin({
|
||||
destroyed(this: any) {
|
||||
this.$el.parentNode.removeChild(this.$el);
|
||||
}
|
||||
});
|
||||
|
||||
import App from './app.vue';
|
||||
|
||||
import checkForUpdate from './common/scripts/check-for-update';
|
||||
|
|
Loading…
Reference in a new issue