Fix syntax error

pull/22/head
johnniang 2019-06-13 00:25:35 +08:00
parent 616bf7b6a1
commit 3ceefa6114
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import './permission'
import '@/utils/filter' // global filter
import './components'
import animated from 'animate.css'
import {version} from '../package.json';
import { version } from '../package.json'
Vue.config.productionTip = false
Vue.prototype.VERSION = version