test(lint): fix
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user