mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 17:35:57 +00:00
docs(example): fix typo on with-universal-router (#3363)
This commit is contained in:
parent
c68215e3fb
commit
34f1c510b2
@ -9,7 +9,7 @@ const timer = useState('timer', () => 0)
|
|||||||
<br>
|
<br>
|
||||||
|
|
||||||
<template v-if="timer">
|
<template v-if="timer">
|
||||||
Processing navigation in {{ timer }} seconds
|
Processing navigation in 0.{{ timer }}s
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template #nav>
|
<template #nav>
|
||||||
|
Loading…
Reference in New Issue
Block a user