Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cn-docs/vueuse
/ useToString
Function
useToString
packages/shared/useToString/index.ts:9–13 ·
view source on GitHub ↗
( value: MaybeRefOrGetter<unknown>, )
Source
from the content-addressed store, hash-verified
7
* @see https:
//vueuse.org/useToString
8
*/
9
export
function
useToString(
10
value: MaybeRefOrGetter<unknown>,
11
): ComputedRef<string> {
12
return
computed(() => `${toValue(value)}`)
13
}
Callers
1
index.test.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected