2018-11-08 09:37:38 +00:00
|
|
|
<template>
|
|
|
|
<div>
|
2020-07-30 14:45:49 +00:00
|
|
|
<button class="bg-blue-500 hover:bg-blue-600 text-white font-bold py-2 px-4 rounded">
|
2018-11-24 18:49:19 +00:00
|
|
|
My Component Button
|
|
|
|
</button>
|
2018-11-08 09:37:38 +00:00
|
|
|
</div>
|
|
|
|
</template>
|