MCPcopy
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.tsFile · 0.70

Calls 2

hFunction · 0.85
nextTickFunction · 0.70

Tested by

no test coverage detected