[web] Lint source code

This commit is contained in:
Alain Nussbaumer 2023-07-01 22:09:34 +02:00
parent 1502efdf43
commit af79503ab6

View File

@ -155,13 +155,6 @@ import * as types from '@/store/mutation_types'
export default { export default {
name: 'PageAbout', name: 'PageAbout',
data() {
return {
show_update_dropdown: false,
show_update_library: false
}
},
computed: { computed: {
config() { config() {
return this.$store.state.config return this.$store.state.config
@ -172,9 +165,6 @@ export default {
}, },
methods: { methods: {
onClickOutside(event) {
this.show_update_dropdown = false
},
showUpdateDialog() { showUpdateDialog() {
this.$store.commit(types.SHOW_UPDATE_DIALOG, true) this.$store.commit(types.SHOW_UPDATE_DIALOG, true)
} }