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);