Nuxt/test/fixtures/basic/pages/lazy-import-components/time.vue

9 lines
121 B
Vue
Raw Normal View History

<template>
<div>
<LazyTimeDelayedTime />
<LazyTimeDelayedTime
:hydrate="500"
/>
</div>
</template>