Files
hossein-por-shop/frontend/components/global/Header.vue
T
2024-12-13 20:45:27 +03:30

12 lines
307 B
Vue

<script setup></script>
<template>
<div class="w-full flex items-center justify-between bg-white">
<div class="w-3/12 flex items-center justify-start">
<span class="size-[2rem] bg-black rounded-full"></span>
</div>
</div>
</template>
<style lang="scss" scoped></style>