Working hard

This commit is contained in:
2021-06-01 22:24:32 +02:00
parent 85eb45f9a6
commit a2058d50d6
41 changed files with 125 additions and 78 deletions

View File

@@ -1,4 +1,9 @@
// Plugins to run before rendering page: https://go.nuxtjs.dev/config-plugins
export default [
{ src: '~/plugins/i18n.ts' }
{
src: '~/plugins/i18n.ts'
},
{
src: '~/plugins/main.ts',
}
]