From 622e64e17dfac68942091472c9596c27200fc061 Mon Sep 17 00:00:00 2001 From: orgin Date: Mon, 26 Jun 2023 18:16:50 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E8=A7=A3=E5=86=B3=E5=AF=BC?= =?UTF-8?q?=E8=88=AA=E6=97=A0=E6=B3=95=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/vue.config.js b/vue.config.js index ca24075..1c90d4c 100644 --- a/vue.config.js +++ b/vue.config.js @@ -7,6 +7,7 @@ function resolve(dir) { // vue.config.js module.exports = { + runtimeCompiler: true, /* Vue-cli3: Crashed when using Webpack `import()` #2463