"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