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

5 lines
88 B
Vue

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