1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-26 10:57:32 +00:00
Nuxt/test/fixtures/basic/components/DelayedEvent.client.vue
2024-06-15 05:53:03 +00:00

6 lines
92 B
Vue

<template>
<div>
This shouldn't be visible at first with events!
</div>
</template>