fix: lint

This commit is contained in:
kolaente 2021-11-02 22:09:21 +01:00
parent c4b9bc5942
commit bc7c89d859
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 3 additions and 0 deletions

View File

@ -53,6 +53,7 @@ export default {
},
hasFilters() {
// this.value also contains the page parameter which we don't want to include in filters
// eslint-disable-next-line no-unused-vars
const {page, ...value} = this.value
const def = {...getDefaultParams()}

View File

@ -23,6 +23,8 @@ export default {
return
}
// we actually want to use popupContent.$el, not its value.
// eslint-disable-next-line vue/no-ref-as-operand
closeWhenClickedOutside(e, popupContent.$el, () => {
open.value = false
})