Merge branch 'advplyr:master' into multi-select-keyboard-navigation

This commit is contained in:
Greg Lorenzen 2024-11-06 19:37:26 -08:00 committed by GitHub
commit 588def6d33
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 127 additions and 74 deletions

View file

@ -56,7 +56,7 @@ export default {
},
imgSrc() {
if (!this.imagePath) return null
return `${this.$config.routerBasePath}/api/authors/${this.authorId}/image?token=${this.userToken}&ts=${this.updatedAt}`
return `${this.$config.routerBasePath}/api/authors/${this.authorId}/image?ts=${this.updatedAt}`
}
},
methods: {