6 lines
91 B
Vue
6 lines
91 B
Vue
<template>
|
|
<button class="btn btn-primary">
|
|
<slot />
|
|
</button>
|
|
</template>
|