blob: 6fed8701c14247e72c79e7b60602e5591a2f42c2 [file] [log] [blame]
<template>
<div class="btn">
<slot></slot>
</div>
</template>
<style scoped>
.btn {font-size: 36px; text-align: center; color: white; background-color: gray; padding: 20px; border-radius: 5px;}
</style>