Skip to content
Snippets Groups Projects
Commit 24478a06 authored by syuilo's avatar syuilo
Browse files

wip

parent a45d2b22
No related branches found
No related tags found
No related merge requests found
......@@ -172,6 +172,8 @@
"uglifyjs-webpack-plugin": "1.1.8",
"uuid": "3.2.1",
"vhost": "3.0.2",
"vue": "^2.5.13",
"vue-router": "^3.0.1",
"web-push": "3.2.5",
"webpack": "3.10.0",
"websocket": "1.0.25",
......
......@@ -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!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment