1
0
mirror of synced 2026-03-25 14:19:12 +08:00
Files
cook/app/components/CommonHeader.vue
2024-09-15 18:07:50 +08:00

6 lines
79 B
Vue

<template>
<h1 text-2xl font="bold" my="4">
<slot />
</h1>
</template>