oa-base/unpackage/dist/dev/.nvue/app.js

6 lines
125 B
JavaScript
Raw Normal View History

2024-04-11 06:31:44 +00:00
Promise.resolve("./pages/index/index.js").then((res) => {
res.length;
});
Promise.resolve("./app.css.js").then(() => {
});