9 lines
273 B
Vue
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> |