mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-21 16:09:52 +00:00
9 lines
121 B
Vue
9 lines
121 B
Vue
<template>
|
|
<div>
|
|
<LazyTimeDelayedTime />
|
|
<LazyTimeDelayedTime
|
|
:hydrate="500"
|
|
/>
|
|
</div>
|
|
</template>
|