diff --git a/docs/src/en/guide/in-depth/locale.md b/docs/src/en/guide/in-depth/locale.md index b46716d9..ee46901a 100644 --- a/docs/src/en/guide/in-depth/locale.md +++ b/docs/src/en/guide/in-depth/locale.md @@ -89,11 +89,11 @@ With `@vben/locales`, you can easily use translation texts: import { computed } from 'vue'; import { $t } from '@vben/locales'; -const items = computed(() => [{ title: $t('about.desc') }]); +const items = computed(() => [{ title: $t('demos.title') }]);