Files
estel_docs/app/components/content/ProseTh.vue

6 lines
138 B
Vue

<template>
<th class=" bg-gray-100 dark:bg-gray-800 border border-gray-200 dark:border-gray-700 py-2">
<slot />
</th>
</template>