deploy
Pan 2019-04-19 21:49:41 +08:00
parent f84543a2df
commit cd532c6ee4
1 changed files with 2 additions and 8 deletions

View File

@ -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 })