Skip to content

Commit ced7f39

Browse files
committed
style(index): remove bad ;
1 parent da377be commit ced7f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export function createFluentVue(options: FluentVueOptions): FluentVue {
5454
const globalFormatName = options.globals?.functions?.format || '$t'
5555
const globalFormatAttrsName = options.globals?.functions?.formatAttrs || '$ta'
5656
const directiveName = options.globals?.directive || 't'
57-
const componentName = options.globals?.component || 'i18n';
57+
const componentName = options.globals?.component || 'i18n'
5858

5959
if (isVue3) {
6060
const vue3 = vue as Vue3

0 commit comments

Comments
 (0)