diff --git a/src/runtime/plugins/types.d.ts b/src/runtime/plugins/types.d.ts index 387eaa6..81140e8 100644 --- a/src/runtime/plugins/types.d.ts +++ b/src/runtime/plugins/types.d.ts @@ -35,7 +35,7 @@ declare module '#app' { } } -declare module '@vue/runtime-core' { +declare module 'vue' { interface ComponentCustomProperties { $pwa?: UnwrapNestedRefs } diff --git a/src/utils/pwa-icons-helper.ts b/src/utils/pwa-icons-helper.ts index 836b0d1..200b6d6 100644 --- a/src/utils/pwa-icons-helper.ts +++ b/src/utils/pwa-icons-helper.ts @@ -64,7 +64,7 @@ declare module '#app' { } } -declare module '@vue/runtime-core' { +declare module 'vue' { interface ComponentCustomProperties { $pwaIcons?: PWAIcons }