mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Fix syntax
- My conflict resolved on GitHub missed a bracket.
This commit is contained in:
parent
cf3f9fa210
commit
e33a190ffe
@ -200,6 +200,7 @@ export default {
|
|||||||
'--hero-image-aspect-ratio': 1 / this.post.image.aspectRatio,
|
'--hero-image-aspect-ratio': 1 / this.post.image.aspectRatio,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
},
|
||||||
methods: {
|
methods: {
|
||||||
reply(message) {
|
reply(message) {
|
||||||
this.$refs.commentForm && this.$refs.commentForm.reply(message)
|
this.$refs.commentForm && this.$refs.commentForm.reply(message)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user