diff --git a/packages/vue-apollo-components/src/ApolloMutation.js b/packages/vue-apollo-components/src/ApolloMutation.js index 2209c41c..8e303dfd 100644 --- a/packages/vue-apollo-components/src/ApolloMutation.js +++ b/packages/vue-apollo-components/src/ApolloMutation.js @@ -52,7 +52,7 @@ export default { } }, - emits: [ 'loading', 'done', 'error' ], + emits: ['loading', 'done', 'error'], watch: { loading (value) { diff --git a/packages/vue-apollo-components/src/ApolloQuery.js b/packages/vue-apollo-components/src/ApolloQuery.js index 5d530927..3c9820da 100644 --- a/packages/vue-apollo-components/src/ApolloQuery.js +++ b/packages/vue-apollo-components/src/ApolloQuery.js @@ -15,7 +15,7 @@ export default { } }, - emits: [ 'loading', 'result', 'error' ], + emits: ['loading', 'result', 'error'], props: { query: {