beefast-website/src/components/Header.vue
2025-01-22 17:53:56 +08:00

9 lines
273 B
Vue

<template>
<header class="bg-gray-800 py-4 px-6 flex items-center justify-between">
<div class="flex items-center">
<h1 class="text-2xl font-bold text-white">
<span class="text-primary">蜂快</span>到家
</h1>
</div>
</header>
</template>