diff options
| author | Maksim Pechnikov <parallel588@gmail.com> | 2019-10-17 16:19:52 +0300 |
|---|---|---|
| committer | Maksim Pechnikov <parallel588@gmail.com> | 2019-10-17 16:19:52 +0300 |
| commit | 60828f119c5b8f5de1ba6f6a9d774ef0e813405b (patch) | |
| tree | 3012f4e6616719a3635068cedb28d0259381f12e /src/components/follow_button/follow_button.vue | |
| parent | d2079ecef496047e114591b1aaf8f6a0a3474c91 (diff) | |
updated FollowCard component
Diffstat (limited to 'src/components/follow_button/follow_button.vue')
| -rw-r--r-- | src/components/follow_button/follow_button.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/follow_button/follow_button.vue b/src/components/follow_button/follow_button.vue index f0cbb94b..66d899b9 100644 --- a/src/components/follow_button/follow_button.vue +++ b/src/components/follow_button/follow_button.vue @@ -1,7 +1,7 @@ <template> <button class="btn btn-default follow-button" - :class="{ pressed: isPressed }" + :class="[buttonClass, { pressed: isPressed}]" :disabled="inProgress" :title="title" @click="onClick" |
