mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-25 20:39:15 -05:00
[web] Lint source code
This commit is contained in:
parent
1502efdf43
commit
af79503ab6
@ -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)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user