Skip to content

Commit

Permalink
test(lint): fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Sep 12, 2023
1 parent 7ed4884 commit 1ac1372
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/vue-apollo-components/src/ApolloMutation.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default {
}
},

emits: [ 'loading', 'done', 'error' ],
emits: ['loading', 'done', 'error'],

watch: {
loading (value) {
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-apollo-components/src/ApolloQuery.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default {
}
},

emits: [ 'loading', 'result', 'error' ],
emits: ['loading', 'result', 'error'],

props: {
query: {
Expand Down

0 comments on commit 1ac1372

Please sign in to comment.