Skip to content

Commit 1ac1372

Browse files
committed
test(lint): fix
1 parent 7ed4884 commit 1ac1372

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export default {
5252
}
5353
},
5454

55-
emits: [ 'loading', 'done', 'error' ],
55+
emits: ['loading', 'done', 'error'],
5656

5757
watch: {
5858
loading (value) {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default {
1515
}
1616
},
1717

18-
emits: [ 'loading', 'result', 'error' ],
18+
emits: ['loading', 'result', 'error'],
1919

2020
props: {
2121
query: {

0 commit comments

Comments
 (0)