国际化修改
This commit is contained in:
@@ -98,6 +98,9 @@ function main() {
|
||||
store.commit('SET_TOKEN', Vue.ls.get(ACCESS_TOKEN))
|
||||
store.commit('SET_MULTI_PAGE', Vue.ls.get(DEFAULT_MULTI_PAGE, config.multipage))
|
||||
},
|
||||
render: h => h(App)
|
||||
render: h => h(App),
|
||||
data:{
|
||||
Bus: new Vue()
|
||||
}
|
||||
}).$mount('#app')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user