1
0
mirror of synced 2026-03-23 04:58:35 +08:00
Files
cook/components/CommonHeader.vue
2023-07-30 20:13:20 +08:00

6 lines
79 B
Vue

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