mirror of https://github.com/halo-dev/halo
Fix syntax error
parent
9c2f6d41c9
commit
255ac5e533
|
@ -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