app.js 879 字节
"use strict";
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const common_vendor = require("./common/vendor.js");
if (!Math) {
  "./pages/index/index.js";
  "./pages/shopping/shopping.js";
  "./pages/bubbles/bubbles.js";
  "./pages/mine/mine.js";
  "./pages/mine/mine-popularityInfo/mine-popularityInfo.js";
  "./pages/mine/mine-coupon/mine-coupon.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", "C:/Users/23082/Desktop/practice/vue-three/blind-box/App.vue"]]);
function createApp() {
  const app = common_vendor.createSSRApp(App);
  return {
    app
  };
}
createApp().app.mount("#app");
exports.createApp = createApp;