mirror of
https://github.com/nuxt/nuxt.git
synced 2024-12-04 11:27:13 +00:00
9 lines
121 B
Vue
9 lines
121 B
Vue
<template>
|
|
<div>
|
|
<LazyTimeDelayedTime />
|
|
<LazyTimeDelayedTime
|
|
:hydrate="500"
|
|
/>
|
|
</div>
|
|
</template>
|