diff --git a/src/index.ts b/src/index.ts index 136abaae..818e7640 100644 --- a/src/index.ts +++ b/src/index.ts @@ -12,7 +12,7 @@ import { deprecateRedirectUri } from './utils'; export * from './global'; export { AUTH0_INJECTION_KEY } from './token'; -declare module '@vue/runtime-core' { +declare module 'vue' { export interface ComponentCustomProperties { [AUTH0_TOKEN]: Auth0VueClient; }