used the deleted data param as condition in status template
This commit is contained in:
parent
f146562d70
commit
da3adff5a8
2 changed files with 5 additions and 1 deletions
|
@ -53,6 +53,9 @@ const Status = {
|
|||
const user = this.retweet ? (this.statusoid.retweeted_status.user) : this.statusoid.user
|
||||
return highlightClass(user)
|
||||
},
|
||||
deleted() {
|
||||
return this.statusoid.deleted
|
||||
},
|
||||
repeaterStyle () {
|
||||
const user = this.statusoid.user
|
||||
const highlight = this.$store.state.config.highlight
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue