From c29e61e0d6ef7a0b343179d21b7ae7f399212b88 Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Fri, 14 Mar 2025 08:51:14 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=8B=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index 9512fab..828bb93 100644 --- a/src/main.js +++ b/src/main.js @@ -11,7 +11,7 @@ if(import.meta.env.MODE!=='production') { const vConsole = new VConsole(); }; const app = createApp(App); -app.config.compilerOptions.isCustomElement = (tag) => { return tag.startsWith('wx-open-launch-weapp') } +//app.config.compilerOptions.isCustomElement = (tag) => { return tag.startsWith('wx-open-launch-weapp') } app.use(router); app.use(VanImage); app.use(List);