iOS 15 beta 版本,webview 执行以下代码返回 undefined,

    此问题会导致 vue 下很多问题

    1. Object.getOwnPropertyDescriptor(document.body.style, 'font-size')
    2. // 返回 undefined

    iOS 14 或 chrome 等,都返回

    1. Object.getOwnPropertyDescriptor(document.body.style, 'font-size')
    2. // 返回 {value: "", writable: true, enumerable: true, configurable: true}