@dcloudio/uni-app
Advanced tools
Comparing version 3.0.0-alpha-3000020210720001 to 3.0.0-alpha-3000020210726001
@@ -46,3 +46,4 @@ import { shallowRef, ref, getCurrentInstance, isInSSRComponentSetup, injectHook } from 'vue'; | ||
const valRef = shallow ? shallowRef(value) : ref(value); | ||
if (__PLATFORM__ !== 'h5') { | ||
// 非 h5 平台 | ||
if (typeof window === 'undefined') { | ||
return valRef; | ||
@@ -49,0 +50,0 @@ } |
{ | ||
"name": "@dcloudio/uni-app", | ||
"version": "3.0.0-alpha-3000020210720001", | ||
"version": "3.0.0-alpha-3000020210726001", | ||
"description": "@dcloudio/uni-app", | ||
@@ -21,3 +21,3 @@ "main": "./dist/uni-app.cjs.js", | ||
}, | ||
"gitHead": "1fc7a3cb83aab2d16370e0146871b2f2ec19106b" | ||
"gitHead": "3b83cc9dc4c9a214747c626f79693559c338044f" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23803
260