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

Function onClick

packages/runtime-core/__tests__/rendererAttrsFallthrough.spec.ts:789–792  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

787 return () =>
788 h('button', {
789 onClick() {
790 click()
791 emit('update:modelValue', 'from GrandChild')
792 },
793 })
794 },
795 })

Callers

nothing calls this directly

Calls 2

clickFunction · 0.50
emitFunction · 0.50

Tested by

no test coverage detected