diff --git a/playgrounds/nuxt/app.vue b/playgrounds/nuxt/app.vue index 68fec67..499b37c 100644 --- a/playgrounds/nuxt/app.vue +++ b/playgrounds/nuxt/app.vue @@ -4,13 +4,16 @@ import HelloWorld from './HelloWorld.vue' const enabled = ref(false) const role = ref('button') +function handler() { + console.log('click') +}