zoujiandong 43abd1f3d6 222
2025-07-30 13:58:39 +08:00

19 lines
431 B
JavaScript

"use strict";
const common_vendor = require("../../common/vendor.js");
const _sfc_main = {
__name: "web",
setup(__props) {
const src = common_vendor.ref("");
common_vendor.onLoad((option) => {
src.value = option.src;
});
return (_ctx, _cache) => {
return {
a: src.value
};
};
}
};
wx.createPage(_sfc_main);
//# sourceMappingURL=../../../.sourcemap/mp-weixin/pages/web/web.js.map