feat: refactor layouts and login components

This commit is contained in:
skytek_xinliang
2026-03-30 15:04:27 +08:00
parent f7413111c0
commit 79b20ded3b
21 changed files with 159 additions and 210 deletions
+13
View File
@@ -0,0 +1,13 @@
<template>
<v-app>
<v-main>
<v-container class="pa-0" fluid height="100%">
<slot></slot>
</v-container>
</v-main>
</v-app>
</template>
<script setup>
// 完全空白的佈局,僅提供 Vuetify 必要的容器結構
</script>