From 9ce857bbcd9b475ca3d42dccb05a6e2dd4195d96 Mon Sep 17 00:00:00 2001 From: Andrew Luca <1881266+iamandrewluca@users.noreply.github.com> Date: Wed, 12 Apr 2023 18:43:39 +0300 Subject: [PATCH] docs: adjust Translation props in JSDoc (#1372) --- packages/vue-i18n-core/src/components/Translation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vue-i18n-core/src/components/Translation.ts b/packages/vue-i18n-core/src/components/Translation.ts index c9fdcd6b0..7d5288839 100644 --- a/packages/vue-i18n-core/src/components/Translation.ts +++ b/packages/vue-i18n-core/src/components/Translation.ts @@ -102,7 +102,7 @@ export const TranslationImpl = /*#__PURE__*/ defineComponent({ * ```html *
* - * + * * {{ $t('tos') }} * *