update route

This commit is contained in:
qingwei.li
2016-07-27 17:05:28 +08:00
parent e320f43c2d
commit 287868d165
9 changed files with 95 additions and 104 deletions

View File

@@ -10,6 +10,8 @@ var ISNTALL_COMPONENT_TEMPLATE = ` Vue.component({{name}}.name, {{name}});`
var MAIN_TEMPLATE = `{{include}}
const install = function(Vue) {
if (install.installed) return;
{{install}}
Vue.use(Loading);