clear code
This commit is contained in:
parent
60828f119c
commit
b3f590ceb3
3 changed files with 2 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<button
|
||||
class="btn btn-default follow-button"
|
||||
:class="[buttonClass, { pressed: isPressed}]"
|
||||
:class="{ pressed: isPressed }"
|
||||
:disabled="inProgress"
|
||||
:title="title"
|
||||
@click="onClick"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue