MCPcopy Create free account
hub / github.com/vuejs/test-utils / onClick

Function onClick

tests/components/WithTransition.ts:8–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6 setup() {
7 const show = ref(false)
8 const onClick = () => (show.value = !show.value)
9
10 return () => {
11 const btn = h(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…