2025-12-15 18:19:04 +08:00
|
|
|
"use strict";
|
|
|
|
|
const common_vendor = require("../../common/vendor.js");
|
|
|
|
|
const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
|
|
|
|
|
__name: "hs-collection",
|
|
|
|
|
setup(__props) {
|
|
|
|
|
return (_ctx, _cache) => {
|
2026-04-07 10:17:45 +08:00
|
|
|
return {};
|
2025-12-15 18:19:04 +08:00
|
|
|
};
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__file", "/Users/zsq/Sources/github/2025property-pay/pay-customer/src/components/hs-collection/hs-collection.vue"]]);
|
|
|
|
|
wx.createComponent(Component);
|