MCPcopy
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
21const setValue = function (this: any, value: any) {
22 this.value = value
23}
24
25let root: any
26

Callers 1

setupFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected