Merge branch 'i18n' into deploy
This commit is contained in:
commit
e75e9a301a
|
@ -36,9 +36,8 @@ Vue.use(VueAnalytics, {
|
||||||
* please remove it before going online ! ! !
|
* please remove it before going online ! ! !
|
||||||
*/
|
*/
|
||||||
if (process.env.NODE_ENV === 'production') {
|
if (process.env.NODE_ENV === 'production') {
|
||||||
import('../mock').then(({ mockXHR }) => {
|
const { mockXHR } = require('../mock')
|
||||||
mockXHR()
|
mockXHR()
|
||||||
})
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Vue.use(Element, {
|
Vue.use(Element, {
|
||||||
|
|
Loading…
Reference in New Issue