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 ee182d5 commit 5b43aebCopy full SHA for 5b43aeb
src/consts.ts
@@ -1,6 +1 @@
1
-import type { InjectionKey } from 'vue'
2
-import type { IntlController } from './controller.js'
3
-
4
-export const controllerKey = Symbol('vueIntlController') as InjectionKey<
5
- IntlController<any>
6
->
+export const controllerKey = '__vintl_controller'
0 commit comments