Skip to content

Commit bc55514

Browse files
authored
🐛 augment vue rather than @vue/runtime-core
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 8a5f424 commit bc55514

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

Lines changed: 1 addition & 1 deletion
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)