finish basic struction of sidebar

This commit is contained in:
2025-03-11 21:48:37 +08:00
parent 8b8eeb8207
commit 9200befaf8
8 changed files with 114 additions and 7 deletions

View File

@@ -1,10 +1,13 @@
<template>
<div>
</div>
<main>
<div class="w-full h-full">
<Sidebar />
</div>
</main>
</template>
<script setup lang="ts">
import Sidebar from '../components/Sidebar.vue'
</script>
<style scoped>