22 lines
715 B
JavaScript
22 lines
715 B
JavaScript
Object.defineProperty(exports, Symbol.toStringTag, {
|
|
value: "Module"
|
|
});var common_vendor = require("./common/vendor.js");if (!Math) {
|
|
"./pages/index/index.js";
|
|
"./pages/index/detail.js";
|
|
"./pages/ming/index.js";
|
|
}var _sfc_main = {
|
|
onLaunch: function onLaunch() {
|
|
common_vendor.index.__f__("log", "at App.vue:4", "App Launch");
|
|
},
|
|
onShow: function onShow() {
|
|
common_vendor.index.__f__("log", "at App.vue:7", "App Show");
|
|
},
|
|
onHide: function onHide() {
|
|
common_vendor.index.__f__("log", "at App.vue:10", "App Hide");
|
|
}
|
|
};function createApp() {
|
|
var app = common_vendor.createSSRApp(_sfc_main);
|
|
return {
|
|
app: app
|
|
};
|
|
}createApp().app.mount("#app");exports.createApp = createApp; |