Skip to content

Commit e633f8d

Browse files
ciscornAkryum
authored andcommitted
fix(ts): Add missing declarations to $apolloProvider (#493)
1 parent b5b546c commit e633f8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/vue.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ declare module 'vue/types/options' {
1212

1313
declare module 'vue/types/vue' {
1414
interface Vue {
15+
$apolloProvider?: ApolloProvider
1516
$apollo: DollarApollo<any>;
1617
}
1718
}

0 commit comments

Comments
 (0)