Skip to content

Commit 365c954

Browse files
authored
fix: augment vue rather than @vue/runtime-core (#1576)
This PR removes augmentations of `@vue/runtime-core` in favour of only augmenting `vue` (the new recommendation), which should fix issues when other packages are only augmenting vue (see nuxt/nuxt#28542).
1 parent b57f2be commit 365c954

File tree

1 file changed

+1
-1
lines changed
  • packages/vue-apollo-option/types

1 file changed

+1
-1
lines changed

packages/vue-apollo-option/types/vue.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { DollarApollo } from './vue-apollo'
22
import { VueApolloComponentOptions } from './options'
33
import { ApolloProvider } from './apollo-provider'
44

5-
declare module '@vue/runtime-core' {
5+
declare module 'vue' {
66
interface ComponentOptionsBase<
77
Props,
88
RawBindings,

0 commit comments

Comments
 (0)