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