14 lines
459 B
JavaScript
14 lines
459 B
JavaScript
|
"use strict";
|
||
|
const common_vendor = require("../../common/vendor.js");
|
||
|
const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
|
||
|
__name: "twoseven",
|
||
|
setup(__props) {
|
||
|
return (_ctx, _cache) => {
|
||
|
return {};
|
||
|
};
|
||
|
}
|
||
|
});
|
||
|
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-1ebfd7ba"]]);
|
||
|
wx.createComponent(Component);
|
||
|
//# sourceMappingURL=../../../.sourcemap/mp-weixin/pages/login/twoseven.js.map
|