Revert "added acccount_actions component"
This reverts commit 188b6f56ed
.
This commit is contained in:
parent
188b6f56ed
commit
9c305c5f93
6 changed files with 178 additions and 268 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue