aboutsummaryrefslogtreecommitdiff
path: root/src/components/follow_button/follow_button.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/follow_button/follow_button.vue')
-rw-r--r--src/components/follow_button/follow_button.vue13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/components/follow_button/follow_button.vue b/src/components/follow_button/follow_button.vue
deleted file mode 100644
index 61aa75a0..00000000
--- a/src/components/follow_button/follow_button.vue
+++ /dev/null
@@ -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>