We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dffcc47 commit 1fceaa7Copy full SHA for 1fceaa7
packages/vue-i18n-core/src/components/Translation.ts
@@ -106,9 +106,9 @@ export const Translation = /* #__PURE__*/ /* defineComponent */ {
106
useScope: props.scope as 'global' | 'parent',
107
__useComponent: true
108
}) as Composer & ComposerInternal)
109
- const keys = Object.keys(slots).filter(key => key !== '_')
110
111
return (): VNodeChild => {
+ const keys = Object.keys(slots).filter(key => key !== '_')
112
const options = {} as TranslateOptions
113
if (props.locale) {
114
options.locale = props.locale
0 commit comments