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