[web] Format source code

This commit is contained in:
Alain Nussbaumer 2024-02-28 14:35:18 +01:00
parent 8aa2b3d5ac
commit 1bdfd68807

View File

@ -15,7 +15,7 @@ export default {
props: { props: {
album: { default: '', type: String }, album: { default: '', type: String },
artist: { default: '', type: String }, artist: { default: '', type: String },
artwork_url: { default: '', type: String }, artwork_url: { default: '', type: String }
}, },
emits: ['click'], emits: ['click'],