better more info modal

This commit is contained in:
vapormusic 2022-04-06 22:27:25 +07:00
parent ac030ddd4a
commit c85d40df28
7 changed files with 109 additions and 9 deletions

View file

@ -204,7 +204,8 @@ const app = new Vue({
pluginMenu: false,
audioControls: false,
showPlaylist: false,
castMenu: false
castMenu: false,
moreInfo: false,
},
socialBadges: {
badgeMap: {},
@ -227,6 +228,7 @@ const app = new Vue({
page: "hello-world",
pages: [],
},
moreinfodata: [],
},
watch: {
cfg: {