chore: format code
This commit is contained in:
@@ -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>
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user