This commit is contained in:
2021-07-06 22:55:14 +02:00
parent fbf2e23d2e
commit 457203661e
6 changed files with 52 additions and 40 deletions

2
types/index.d.ts vendored
View File

@@ -22,7 +22,7 @@ declare module '@nuxt/types' {
$axios: NuxtAxiosInstance,
i18n: VueI18n & IVueI18n
$colorMode: ColorModeInstance,
$app: NuxtApp,
app: NuxtApp,
$storage: NuxtStorage
}
}