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