add media description into media modal
This commit is contained in:
parent
f5823a96e9
commit
34d265467a
2 changed files with 76 additions and 53 deletions
|
@ -29,6 +29,9 @@ const MediaModal = {
|
|||
media () {
|
||||
return this.$store.state.mediaViewer.media
|
||||
},
|
||||
description () {
|
||||
return this.currentMedia.description
|
||||
},
|
||||
currentIndex () {
|
||||
return this.$store.state.mediaViewer.currentIndex
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue