updated user_card

This commit is contained in:
Maksim Pechnikov 2019-10-08 10:21:48 +03:00
parent 9c305c5f93
commit a26d550137
7 changed files with 240 additions and 150 deletions

View file

@ -0,0 +1,13 @@
<template>
<button
class="btn btn-default follow-button"
:class="{ pressed: isPressed }"
:disabled="inProgress"
:title="title"
@click="onClick"
>
{{ label }}
</button>
</template>
<script src="./follow_button.js"></script>