jiangchengfeiyi-xiaochengxu/unpackage/dist/dev/mp-weixin/app.js
2024-10-18 13:33:34 +08:00

29 lines
946 B
JavaScript

"use strict";
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const common_vendor = require("./common/vendor.js");
if (!Math) {
"./pages/home/home/home.js";
"./pages/store-home/main/main.js";
"./pages/mine/main/main.js";
"./pages/Shopping-cart/productmain/productmain.js";
"./pages/store-home/products/product-detail.js";
"./pages/Shopping-cart/servicemain/servicemain.js";
"./pages/booking/AppointmentHome.js";
"./pages/booking/ContactInformation.js";
"./pages/booking/date.js";
"./pages/Shopping-cart/Phone/Phone.js";
}
const _sfc_main = {};
function _sfc_render(_ctx, _cache) {
return {};
}
const App = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "D:/jiangchengfeiyi-xiaochengxu/App.vue"]]);
function createApp() {
const app = common_vendor.createSSRApp(App);
return {
app
};
}
createApp().app.mount("#app");
exports.createApp = createApp;