[web] Reorder methods and attributes

This commit is contained in:
Alain Nussbaumer
2024-04-26 23:09:45 +02:00
parent ea947df50a
commit de847a6711
5 changed files with 26 additions and 26 deletions

View File

@@ -74,8 +74,8 @@ export default {
data() {
return {
disabled: true,
playlist_name: '',
loading: false
loading: false,
playlist_name: ''
}
},