Working hardly

This commit is contained in:
2021-08-17 15:32:55 +02:00
parent e8484f98d5
commit adb052d1de
33 changed files with 988 additions and 767 deletions

View File

@@ -63,7 +63,9 @@
"@nuxtjs/axios",
"@nuxtjs/sentry",
"@nuxtjs/composition-api",
"nuxt-i18n"
"@nuxtjs/i18n",
"@nuxtjs/color-mode",
"@nuxtjs/universal-storage"
] /* Type declaration files to be included in compilation. */,
// "allowSyntheticDefaultImports": true, /* Allow default imports from modules with no default export. This does not affect code emit, just typechecking. */
"esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */,