wip
This commit is contained in:
parent
a45d2b2293
commit
24478a060e
2 changed files with 7 additions and 2 deletions
|
@ -7,11 +7,14 @@ declare const _LANG_: string;
|
|||
declare const _HOST_: string;
|
||||
declare const __CONSTS__: any;
|
||||
|
||||
import * as riot from 'riot';
|
||||
import Vue from 'vue';
|
||||
import VueRouter from 'vue-router';
|
||||
|
||||
Vue.use(VueRouter);
|
||||
|
||||
import checkForUpdate from './common/scripts/check-for-update';
|
||||
import mixin from './common/mixins';
|
||||
import MiOS from './common/mios';
|
||||
require('./common/tags');
|
||||
|
||||
/**
|
||||
* APP ENTRY POINT!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue