mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-30 19:57:54 +01:00
💻 | Update all components with Composition API and TypeScript & Add images
This commit is contained in:
2
index.d.ts
vendored
2
index.d.ts
vendored
@@ -1,5 +1,6 @@
|
||||
import { NuxtAxiosInstance } from '@nuxtjs/axios'
|
||||
import VueI18n, {IVueI18n} from "vue-i18n";
|
||||
import {ColorModeInstance} from "@nuxtjs/color-mode/types/color-mode";
|
||||
|
||||
declare module 'vue/types/vue' {
|
||||
|
||||
@@ -16,6 +17,7 @@ declare module '@nuxt/types' {
|
||||
interface Context {
|
||||
$axios: NuxtAxiosInstance,
|
||||
$i18n: VueI18n & IVueI18n
|
||||
$colorMode: ColorModeInstance
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user