add unretweet action to statuses.js
This commit is contained in:
parent
d05fcfa1a8
commit
556eb4b8a3
2 changed files with 5 additions and 0 deletions
|
@ -22,6 +22,7 @@ const RetweetButton = {
|
|||
classes () {
|
||||
return {
|
||||
'retweeted': this.status.repeated,
|
||||
'retweeted-empty': !this.status.repeated,
|
||||
'animate-spin': this.animated
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue