[web] Format source code

This commit is contained in:
Alain Nussbaumer 2025-08-26 19:55:21 +10:00
parent 9a721e49ab
commit 3f0041100a
4 changed files with 4 additions and 14 deletions

View File

@ -94,11 +94,7 @@ export default {
})
},
data() {
return {
albums: [],
artists: [],
playlists: []
}
return { albums: [], artists: [], playlists: [] }
}
}
</script>

View File

@ -37,9 +37,7 @@ export default {
})
},
data() {
return {
playlists: []
}
return { playlists: [] }
},
computed: {
heading() {

View File

@ -35,9 +35,7 @@ export default {
})
},
data() {
return {
artists: []
}
return { artists: [] }
},
computed: {
heading() {

View File

@ -37,9 +37,7 @@ export default {
})
},
data() {
return {
albums: []
}
return { albums: [] }
},
computed: {
heading() {