Skip to content

Commit b6f195b

Browse files
committed
style(linting): Fix error
1 parent 3f792d0 commit b6f195b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dev/modules/i18n.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
import type { UserModule } from '@/types'
2-
import en from '@/locales/en.json'
32
import { createI18n } from 'vue-i18n'
3+
import en from '@/locales/en.json'
44

55
export const install: UserModule = ({ app }) => {
66
const i18n = createI18n({
7-
legacy: false,
87
locale: 'en',
98
messages: {
109
en,

0 commit comments

Comments
 (0)