chore(i18n): setup i18n plugin config

This commit is contained in:
Corentin Thomasset 2023-06-18 14:11:38 +02:00 committed by Corentin THOMASSET
parent a6bbeaebd8
commit ebfb872fae
11 changed files with 256 additions and 5 deletions

View file

@ -9,6 +9,6 @@
"paths": {
"@/*": ["./src/*"]
},
"types": ["naive-ui/volar", "unplugin-icons/types/vue"]
"types": ["naive-ui/volar", "unplugin-icons/types/vue", "@intlify/unplugin-vue-i18n/messages"]
}
}