#39: Playlist Editor #81

Merged
thomas merged 11 commits from dev-1.0-playlist-editor into develop-1.0 2023-01-25 11:17:05 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit fceee3146e - Show all commits

File diff suppressed because one or more lines are too long

View File

@ -323,7 +323,7 @@ export default {
mounted() {
this.initData && this.loadData(this.initData)
this.page = (this.items) ? Page.List : Page.Text
this.page = this.items.length ? Page.List : Page.Text
},
}
</script>