Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
click
Function · 0.50
emit
Function · 0.50
Tested by
no test coverage detected