DigitalConsumer.FixMyGlass/src/components/buttons/buttonPrimary.vue
2021-10-05 19:32:23 -04:00

3 lines
88 B
Vue

<template>
<button type="button" class="btn btn-primary">Primary</button>
</template>