forked from AkkomaGang/akkoma-fe
change icon
This commit is contained in:
parent
541a71c3a5
commit
7fede8572d
2 changed files with 2 additions and 6 deletions
|
@ -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>
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue