mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-23 16:26:15 -04:00
feat: added memo base
This commit is contained in:
parent
1034296359
commit
0a4abde23d
16 changed files with 537 additions and 151 deletions
|
@ -44,7 +44,8 @@ export default {
|
|||
'@nuxtjs/axios',
|
||||
// https://go.nuxtjs.dev/pwa
|
||||
'@nuxtjs/pwa',
|
||||
'@nuxtjs/svg'
|
||||
'@nuxtjs/svg',
|
||||
'nuxt-i18n'
|
||||
],
|
||||
|
||||
// Axios module configuration (https://go.nuxtjs.dev/config-axios)
|
||||
|
@ -80,6 +81,11 @@ export default {
|
|||
}
|
||||
},
|
||||
|
||||
i18n: {
|
||||
vueI18nLoader: true,
|
||||
locales: ['en']
|
||||
},
|
||||
|
||||
// Build Configuration (https://go.nuxtjs.dev/config-build)
|
||||
build: {},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue