added acccount_actions component
This commit is contained in:
parent
19cb98b85f
commit
188b6f56ed
6 changed files with 268 additions and 178 deletions
13
src/components/follow_button/follow_button.vue
Normal file
13
src/components/follow_button/follow_button.vue
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue