fix bug
parent
f84543a2df
commit
cd532c6ee4
10
src/main.js
10
src/main.js
|
@ -22,14 +22,8 @@ Vue.use(VueAnalytics, {
|
||||||
router
|
router
|
||||||
})
|
})
|
||||||
|
|
||||||
/**
|
import { mockXHR } from '../mock'
|
||||||
* If you don't want to use mock-server
|
mockXHR()
|
||||||
* you want to use mockjs for request interception
|
|
||||||
* you can execute:
|
|
||||||
*
|
|
||||||
* import { mockXHR } from '../mock'
|
|
||||||
* mockXHR()
|
|
||||||
*/
|
|
||||||
|
|
||||||
// set ElementUI lang to EN
|
// set ElementUI lang to EN
|
||||||
Vue.use(ElementUI, { locale })
|
Vue.use(ElementUI, { locale })
|
||||||
|
|
Loading…
Reference in New Issue