Skip to content

Commit 3ad3ab3

Browse files
committed
fix: apollo components registered twice, fix #1336
1 parent 42bded6 commit 3ad3ab3

File tree

1 file changed

+0
-3
lines changed
  • packages/vue-apollo-components/src

1 file changed

+0
-3
lines changed

packages/vue-apollo-components/src/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,8 @@ const plugin = {}
66

77
export function install (app, options) {
88
app.component('ApolloQuery', CApolloQuery)
9-
app.component('ApolloQuery', CApolloQuery)
10-
app.component('ApolloSubscribeToMore', CApolloSubscribeToMore)
119
app.component('ApolloSubscribeToMore', CApolloSubscribeToMore)
1210
app.component('ApolloMutation', CApolloMutation)
13-
app.component('ApolloMutation', CApolloMutation)
1411
}
1512

1613
plugin.install = install

0 commit comments

Comments
 (0)