docs(example): fix typo on with-universal-router (#3363)

This commit is contained in:
Sébastien Chopin 2022-02-22 22:40:20 +01:00 committed by GitHub
parent c68215e3fb
commit 34f1c510b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ const timer = useState('timer', () => 0)
<br>
<template v-if="timer">
Processing navigation in {{ timer }} seconds
Processing navigation in 0.{{ timer }}s
</template>
<template #nav>