From 6ae1d91c9d3bc01d111e6832b68d1848a2738334 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E8=A3=A4=E8=A1=A9?= Date: Mon, 6 Jan 2020 21:45:09 +0800 Subject: [PATCH] perf: refine --- src/main.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/main.js b/src/main.js index 83a66da9..fb75857d 100644 --- a/src/main.js +++ b/src/main.js @@ -24,10 +24,13 @@ import * as filters from './filters' // global filters * you want to use MockJs for mock api * you can execute: mockXHR() * + * Currently MockJs will be used in the production environment, + * please remove it before going online ! ! ! */ if (process.env.NODE_ENV === 'production') { - const { mockXHR } = require('../mock').default - mockXHR() + import('../mock').then(({ mockXHR }) => { + mockXHR() + }) } Vue.use(Element, {