We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42bded6 commit 3ad3ab3Copy full SHA for 3ad3ab3
packages/vue-apollo-components/src/index.js
@@ -6,11 +6,8 @@ const plugin = {}
6
7
export function install (app, options) {
8
app.component('ApolloQuery', CApolloQuery)
9
- app.component('ApolloQuery', CApolloQuery)
10
- app.component('ApolloSubscribeToMore', CApolloSubscribeToMore)
11
app.component('ApolloSubscribeToMore', CApolloSubscribeToMore)
12
app.component('ApolloMutation', CApolloMutation)
13
- app.component('ApolloMutation', CApolloMutation)
14
}
15
16
plugin.install = install
0 commit comments