MCPcopy
hub / github.com/vuejs/core / render

Function render

packages/runtime-dom/__tests__/directives/vModel.spec.ts:38–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36 return { value: null }
37 },
38 render() {
39 return [
40 withVModel(
41 h('input', {
42 'onUpdate:modelValue': setValue.bind(this),
43 onInput: () => {
44 manualListener(data.value)
45 },
46 }),
47 this.value,
48 ),
49 ]
50 },
51 })
52 render(h(component), root)
53

Callers 1

vModel.spec.tsFile · 0.90

Calls 3

withVModelFunction · 0.85
hFunction · 0.85
withDirectivesFunction · 0.85

Tested by

no test coverage detected