added acccount_actions component

This commit is contained in:
Maksim Pechnikov 2019-09-30 20:34:51 +03:00
parent 19cb98b85f
commit 188b6f56ed
6 changed files with 268 additions and 178 deletions

View file

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