26 lines
640 B
26 lines
640 B
"use strict"; |
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); |
|
const common_vendor = require("./common/vendor.js"); |
|
if (!Math) { |
|
"./pages/index/index.js"; |
|
} |
|
const _sfc_main = { |
|
onLaunch: function() { |
|
console.log("App Launch"); |
|
}, |
|
onShow: function() { |
|
console.log("App Show"); |
|
}, |
|
onHide: function() { |
|
console.log("App Hide"); |
|
} |
|
}; |
|
const App = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__file", "F:/huayang/App.vue"]]); |
|
function createApp() { |
|
const app = common_vendor.createSSRApp(App); |
|
return { |
|
app |
|
}; |
|
} |
|
createApp().app.mount("#app"); |
|
exports.createApp = createApp;
|
|
|