This commit is contained in:
zoujiandong 2025-03-14 08:51:14 +08:00
parent 99bc4add2d
commit c29e61e0d6

View File

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