Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ click
Function
click
packages/vue/__tests__/e2e/Transition.spec.ts:54–54 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
52
setup: () => {
53
const
toggle = ref(true)
54
const
click = () => (toggle.value = !toggle.value)
55
return
{ toggle, click }
56
},
57
}).mount(
'#app'
)
Callers
1
Transition.spec.ts
File · 0.70
Calls
2
h
Function · 0.85
nextTick
Function · 0.70
Tested by
no test coverage detected