| 123456789101112131415161718192021222324252627282930313233 |
- "use strict";
- const common_vendor = require("../../../../common/vendor.js");
- if (!Array) {
- const _easycom_uni_search_bar2 = common_vendor.resolveComponent("uni-search-bar");
- const _easycom_uni_badge2 = common_vendor.resolveComponent("uni-badge");
- (_easycom_uni_search_bar2 + _easycom_uni_badge2)();
- }
- const _easycom_uni_search_bar = () => "../../../../uni_modules/uni-search-bar/components/uni-search-bar/uni-search-bar.js";
- const _easycom_uni_badge = () => "../../../../uni_modules/uni-badge/components/uni-badge/uni-badge.js";
- if (!Math) {
- (_easycom_uni_search_bar + _easycom_uni_badge)();
- }
- const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
- __name: "homePage",
- setup(__props) {
- const text = common_vendor.ref("Hello world");
- return (_ctx, _cache) => {
- return {
- a: common_vendor.t(text.value),
- b: common_vendor.o(() => {
- }),
- c: common_vendor.o(() => {
- }),
- d: common_vendor.p({
- text: "1",
- type: "primary"
- })
- };
- };
- }
- });
- my.createPage(_sfc_main);
- //# sourceMappingURL=../../../../../.sourcemap/mp-alipay/pages/business/tabbar/homePage/homePage.js.map
|