Revert "added acccount_actions component"

This reverts commit 188b6f56ed.
This commit is contained in:
Maksim Pechnikov 2019-10-08 10:21:40 +03:00
parent 188b6f56ed
commit 9c305c5f93
6 changed files with 178 additions and 268 deletions

View file

@ -1,13 +0,0 @@
<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>