better more info modal
This commit is contained in:
parent
ac030ddd4a
commit
c85d40df28
7 changed files with 109 additions and 9 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue