about summary refs log tree commit diff
path: root/components/Buttons
diff options
context:
space:
mode:
Diffstat (limited to 'components/Buttons')
-rw-r--r--components/Buttons/PlainButton.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/Buttons/PlainButton.vue b/components/Buttons/PlainButton.vue
index 6e0cde2..58a7f83 100644
--- a/components/Buttons/PlainButton.vue
+++ b/components/Buttons/PlainButton.vue
@@ -1,5 +1,5 @@
 <template>
-  <button class="button" @click="$emit('click')">{{text}}</button>
+  <button class="button" @click="$emit('click')">{{ text }}</button>
 </template>
 
 <script>
@@ -27,4 +27,4 @@ export default {
   text-align: center;
   font: 16px 'Roboto Slab';
 }
-</style>
\ No newline at end of file
+</style>