perf: supplement login interface documents and add configuration parameters (#4175)

This commit is contained in:
Vben
2024-08-17 22:38:37 +08:00
committed by GitHub
parent 3c17f4e9f8
commit 5f41c51770
15 changed files with 234 additions and 71 deletions

View File

@@ -2,7 +2,6 @@
import { preferences } from '@vben/preferences';
import { Copyright } from '../basic/copyright';
import Toolbar from './toolbar.vue';
defineOptions({
name: 'AuthenticationFormView',
@@ -14,9 +13,7 @@ defineOptions({
class="flex-col-center bg-background-deep relative px-6 py-10 lg:flex-initial lg:px-8"
>
<!-- Toolbar Slot -->
<slot name="toolbar">
<Toolbar />
</slot>
<slot name="toolbar"> </slot>
<!-- Router View with Transition and KeepAlive -->
<RouterView v-slot="{ Component, route }">