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 da377be commit ced7f39Copy full SHA for ced7f39
src/index.ts
@@ -54,7 +54,7 @@ export function createFluentVue(options: FluentVueOptions): FluentVue {
54
const globalFormatName = options.globals?.functions?.format || '$t'
55
const globalFormatAttrsName = options.globals?.functions?.formatAttrs || '$ta'
56
const directiveName = options.globals?.directive || 't'
57
- const componentName = options.globals?.component || 'i18n';
+ const componentName = options.globals?.component || 'i18n'
58
59
if (isVue3) {
60
const vue3 = vue as Vue3
0 commit comments