Skip to content

Commit d6a5a31

Browse files
Update vuetify.js
1 parent 1b40fae commit d6a5a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/vuetify.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { createI18n, useI18n } from 'vue-i18n'
1717
// import all files from src/i18n
1818
const messages = Object.fromEntries(
1919
Object.entries(
20-
import.meta.globEager('../i18n/*.js')
20+
import.meta.glob('../i18n/*.js', { eager: true })
2121
).map(([key, value]) => {
2222
const locale = key.match(/([A-Za-z0-9-_]+)\./i)[1]
2323
return [locale, value.default]

0 commit comments

Comments
 (0)