Update:Show resolution under covers in covers tab #885

This commit is contained in:
advplyr 2022-08-06 08:25:31 -05:00
parent d6afb17bf2
commit f5495d64a9
3 changed files with 13 additions and 5 deletions

View file

@ -125,6 +125,9 @@ export default {
},
userToken() {
return this.$store.getters['user/getToken']
},
resolution() {
return `${this.naturalWidth}x${this.naturalHeight}px`
}
},
methods: {