zoujiandong b0f1a37ece 111
2025-07-15 17:48:57 +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