chore: format code

This commit is contained in:
vben
2024-06-09 13:31:43 +08:00
parent 68229a4d2f
commit 35c3dd78ec
65 changed files with 419 additions and 494 deletions

View File

@@ -96,16 +96,16 @@ function handleNoticeClear() {
<UserDropdown
:avatar="preferences.app.defaultAvatar"
:menus="menus"
text="Vben Admin"
description="ann.vben@gmail.com"
tag-text="Pro"
text="Vben Admin"
@logout="handleLogout"
/>
</template>
<template #notification>
<Notification
dot
:notifications="notifications"
dot
@clear="handleNoticeClear"
/>
</template>

View File

@@ -69,9 +69,9 @@ const loginLoading = computed(() => {
<template>
<AuthenticationLogin
username-placeholder="vben"
password-placeholder="123456"
:loading="loginLoading"
password-placeholder="123456"
username-placeholder="vben"
@submit="handleLogin"
/>
</template>

View File

@@ -3,5 +3,5 @@ import { Fallback } from '@vben/common-ui';
</script>
<template>
<Fallback status="500" :show-back="false" />
<Fallback :show-back="false" status="500" />
</template>