feat: refactor layouts and login components
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user