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> </div>
<div class="btn btn-default ellipsis-button"> <div class="btn btn-default ellipsis-button">
<i class="icon-link-ext trigger-button" /> <i class="icon-menu trigger-button" />
</div> </div>
</v-popover> </v-popover>
</div> </div>

View file

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