We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c66d27 commit 8085af1Copy full SHA for 8085af1
adminforth/spa/src/main.ts
@@ -6,6 +6,11 @@ import { createPinia } from 'pinia'
6
import App from './App.vue'
7
import router from './router'
8
import { initI18n } from './i18n'
9
+declare global {
10
+ interface Window {
11
+ i18n: any;
12
+ }
13
+}
14
15
export const app: ReturnType<typeof createApp> = createApp(App)
16
/* IMPORTANT:ADMINFORTH COMPONENT REGISTRATIONS */
0 commit comments