wip
This commit is contained in:
parent
8e9e796b43
commit
79705d2035
@ -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 New Issue
Block a user