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