Nuxt/test/fixtures/basic/components/DelayedEvent.server.vue
2024-06-15 05:53:03 +00:00

6 lines
89 B
Vue

<template>
<div>
This should be visible at first with events!
</div>
</template>