Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ setValue
Function
setValue
packages/runtime-dom/__tests__/directives/vModel.spec.ts:21–23 ·
view source on GitHub ↗
(this: any, value: any)
Source
from the content-addressed store, hash-verified
19
withDirectives(node, [[vModelDynamic, arg,
''
, mods]])
20
21
const
setValue =
function
(this: any, value: any) {
22
this.value = value
23
}
24
25
let
root: any
26
Callers
1
setup
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected