docs: fix typo (#4608)

This commit is contained in:
UzzolX 2022-04-26 16:17:03 +06:00 committed by GitHub
parent d81301fc44
commit 470b273bcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<template>
<Alert type="info" icon="🔎">
Read and edit a live example in <NuxtLink :to="link" v-text="computedTitle" />
Read and edit a live example in <NuxtLink :to="link" v-text="computedTitle" />.
</Alert>
</template>