Fix error
This commit is contained in:
parent
26ce9725ce
commit
7b6eae0ce4
|
@ -9,14 +9,11 @@ import './style.styl';
|
|||
|
||||
import init from '../init';
|
||||
import Index from './views/index.vue';
|
||||
import * as config from '../config';
|
||||
|
||||
/**
|
||||
* init
|
||||
*/
|
||||
init(launch => {
|
||||
document.title = `${config.name} | %i18n:common.application-authorization%`;
|
||||
|
||||
// Init router
|
||||
const router = new VueRouter({
|
||||
mode: 'history',
|
||||
|
|
Loading…
Reference in New Issue