"use strict"; const common_vendor = require("../../common/vendor.js"); if (!Array) { const _component_layout_default_uni = common_vendor.resolveComponent("layout-default-uni"); _component_layout_default_uni(); } const _sfc_main = { __name: "webview", setup(__props) { const path = common_vendor.ref(""); common_vendor.onLoad((options) => { path = options.path || ""; }); return (_ctx, _cache) => { return { a: common_vendor.unref(path) }; }; } }; wx.createPage(_sfc_main); //# sourceMappingURL=webview.js.map