feature login

This commit is contained in:
chiayin
2023-01-31 15:38:14 +08:00
parent cd074c3c04
commit 76463f084c
25 changed files with 569 additions and 69 deletions

16
src/components/Header.vue Normal file
View File

@@ -0,0 +1,16 @@
<template>
<div class="mx-auto max-w-screen-2xl px-8">
<div class="flex justify-between items-center py-2 relative">
<figure>
<img src="../../assets/icons/DSP_LOGO.svg" alt="DSP_Logo">
</figure>
<figure>
<img src="../../assets/icons/meber.svg" alt="member">
</figure>
</div>
</div>
</template>
<script>
</script>