mirror of https://github.com/halo-dev/halo-admin
Fix syntax error
parent
616bf7b6a1
commit
3ceefa6114
|
@ -10,7 +10,7 @@ import './permission'
|
||||||
import '@/utils/filter' // global filter
|
import '@/utils/filter' // global filter
|
||||||
import './components'
|
import './components'
|
||||||
import animated from 'animate.css'
|
import animated from 'animate.css'
|
||||||
import {version} from '../package.json';
|
import { version } from '../package.json'
|
||||||
|
|
||||||
Vue.config.productionTip = false
|
Vue.config.productionTip = false
|
||||||
Vue.prototype.VERSION = version
|
Vue.prototype.VERSION = version
|
||||||
|
|
Loading…
Reference in New Issue