feat: layout

This commit is contained in:
aaa
2025-02-03 10:47:19 +08:00
parent 965b7dbf83
commit 4a63f8454d
15 changed files with 9676 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<template>
<v-navigation-drawer expand-on-hover rail>
<v-list>
<v-list-item prepend-avatar="https://randomuser.me/api/portraits/women/85.jpg"
subtitle="sandra_a88@gmailcom" title="Sandra Adams"></v-list-item>
</v-list>
<v-divider></v-divider>
<v-list density="compact" nav>
<v-list-item prepend-icon="mdi-folder" title="My Files" value="myfiles"></v-list-item>
<v-list-item prepend-icon="mdi-account-multiple" title="Shared with me" value="shared"></v-list-item>
<v-list-item prepend-icon="mdi-star" title="Starred" value="starred"></v-list-item>
</v-list>
</v-navigation-drawer>
</template>