19 lines
431 B
JavaScript
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
|