Skip to content

Commit

Permalink
Merge pull request nuxt-modules#1945 from yunyuyuan/next
Browse files Browse the repository at this point in the history
fix(docs): 4.API typo
  • Loading branch information
ineshbose committed Mar 20, 2023
2 parents d25e631 + 16ba285 commit 28afd6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/4.API/1.composables.md
Expand Up @@ -34,7 +34,7 @@ const localeRoute = useLocaleRoute()
const { locale } = useI18n()
const linkPath = computed(() => {
const route = localeRoute('blog', locale.value)
return route != null ? route.path : '/')
return route != null ? route.path : '/'
})
</script>
Expand Down

0 comments on commit 28afd6a

Please sign in to comment.