test(lint): fix

This commit is contained in:
Guillaume Chau
2023-09-12 10:13:49 +02:00
parent 7ed4884c76
commit 1ac1372dff
2 changed files with 2 additions and 2 deletions
@@ -52,7 +52,7 @@ export default {
}
},
emits: [ 'loading', 'done', 'error' ],
emits: ['loading', 'done', 'error'],
watch: {
loading (value) {
@@ -15,7 +15,7 @@ export default {
}
},
emits: [ 'loading', 'result', 'error' ],
emits: ['loading', 'result', 'error'],
props: {
query: {