diff options
Diffstat (limited to 'components/Buttons/PlainButton.vue')
-rw-r--r-- | components/Buttons/PlainButton.vue | 4 |
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> |