We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
vue rather than
1 parent 8b23c36 commit a0a1d28Copy full SHA for a0a1d28
src/runtime/plugins/types.d.ts
@@ -35,7 +35,7 @@ declare module '#app' {
35
}
36
37
38
-declare module '@vue/runtime-core' {
+declare module 'vue' {
39
interface ComponentCustomProperties {
40
$pwa?: UnwrapNestedRefs<PwaInjection>
41
src/utils/pwa-icons-helper.ts
@@ -64,7 +64,7 @@ declare module '#app' {
64
65
66
67
68
69
$pwaIcons?: PWAIcons
70
0 commit comments