赋值
This commit is contained in:
parent
99bc4add2d
commit
c29e61e0d6
@ -11,7 +11,7 @@ if(import.meta.env.MODE!=='production') {
|
|||||||
const vConsole = new VConsole();
|
const vConsole = new VConsole();
|
||||||
};
|
};
|
||||||
const app = createApp(App);
|
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(router);
|
||||||
app.use(VanImage);
|
app.use(VanImage);
|
||||||
app.use(List);
|
app.use(List);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user