5 lines
87 B
Vue
5 lines
87 B
Vue
<template>
|
|
<strong class="text-primary">
|
|
<slot />
|
|
</strong>
|
|
</template> |