Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Xu22Web/tech-study-js
/ unref
Function
unref
tech-study.js:1007–1009 ·
view source on GitHub ↗
(val)
Source
from the content-addressed store, hash-verified
1005
* @returns
1006
*/
1007
const
unref = (val) => {
1008
return
(isRef(val) ? val.value : val);
1009
};
1010
/**
1011
* @description 顶层 ref
1012
* @param v
Callers
3
watch
Function · 0.70
watchRef
Function · 0.70
watchEffectRef
Function · 0.70
Calls
1
isRef
Function · 0.70
Tested by
no test coverage detected