8 lines
127 B
Vue
8 lines
127 B
Vue
<template>
|
|
<p :class='[
|
|
"text-sm",
|
|
"text-gray-500", "dark:text-gray-300"
|
|
]'>
|
|
<slot />
|
|
</p>
|
|
</template> |