mirror of
https://github.com/lstoeferle/vite-vue2-starter
synced 2025-05-24 11:08:20 +08:00
8 lines
138 B
Vue
8 lines
138 B
Vue
<template>
|
|
<h3
|
|
class="sm:text-xl text-lg font-medium title-font text-gray-900 dark:text-white"
|
|
>
|
|
<slot />
|
|
</h3>
|
|
</template>
|