Skip to content

Commit

Permalink
fix(docs): 4.API typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yunyuyuan committed Mar 20, 2023
1 parent 4ff543e commit 8cb3388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/4.API/1.composables.md
Original file line number Diff line number Diff line change
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 8cb3388

Please sign in to comment.