13 lines
469 B
JavaScript
13 lines
469 B
JavaScript
"use strict";
|
|
const common_vendor = require("../../common/vendor.js");
|
|
const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
|
|
__name: "hs-collection",
|
|
setup(__props) {
|
|
return (_ctx, _cache) => {
|
|
return {};
|
|
};
|
|
}
|
|
});
|
|
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);
|