change icon

This commit is contained in:
Maksim Pechnikov 2019-10-08 16:55:36 +03:00
parent 541a71c3a5
commit 7fede8572d
2 changed files with 2 additions and 6 deletions

View file

@ -64,7 +64,7 @@
</div>
</div>
<div class="btn btn-default ellipsis-button">
<i class="icon-link-ext trigger-button" />
<i class="icon-menu trigger-button" />
</div>
</v-popover>
</div>

View file

@ -33,11 +33,7 @@ export default {
},
methods: {
onClick () {
if (this.user.following) {
this.unfollow()
} else {
this.follow()
}
this.user.following ? this.unfollow() : this.follow()
},
follow () {
this.inProgress = true