"use strict"; const common_vendor = require("../../../common/vendor.js"); const _sfc_main = { __name: "webView", setup(__props) { let webviewStyles = { progress: { color: "#3877ff" } }; let link = common_vendor.ref(""); common_vendor.onLoad((option) => { link.value = decodeURIComponent(option.link); console.log(link.value); }); return (_ctx, _cache) => { return { a: common_vendor.unref(webviewStyles) }; }; } }; wx.createPage(_sfc_main);