chore: fix typecheck fail

pull/48/MERGE
likui628 2024-07-14 14:02:55 +08:00
parent 91e769e53e
commit d1a19c525f
14 changed files with 13 additions and 14 deletions

View File

@ -3,5 +3,5 @@ import { Fallback } from '@vben/common-ui';
</script> </script>
<template> <template>
<Fallback status="comming-soon" /> <Fallback status="coming-soon" />
</template> </template>

View File

@ -7,7 +7,7 @@ defineOptions({ name: 'AccessAdminVisible' });
<template> <template>
<Fallback <Fallback
description="当前页面仅 Admin 账号可见" description="当前页面仅 Admin 账号可见"
status="comming-soon" status="coming-soon"
title="页面访问测试" title="页面访问测试"
/> />
</template> </template>

View File

@ -7,7 +7,7 @@ defineOptions({ name: 'AccessMenuVisible403' });
<template> <template>
<Fallback <Fallback
description="当前页面用户不可见会被重定向到403页面" description="当前页面用户不可见会被重定向到403页面"
status="comming-soon" status="coming-soon"
title="页面访问测试" title="页面访问测试"
/> />
</template> </template>

View File

@ -7,7 +7,7 @@ defineOptions({ name: 'AccessSuperVisible' });
<template> <template>
<Fallback <Fallback
description="当前页面仅 Super 账号可见" description="当前页面仅 Super 账号可见"
status="comming-soon" status="coming-soon"
title="页面访问测试" title="页面访问测试"
/> />
</template> </template>

View File

@ -7,7 +7,7 @@ defineOptions({ name: 'AccessUserVisible' });
<template> <template>
<Fallback <Fallback
description="当前页面仅 User 可见" description="当前页面仅 User 可见"
status="comming-soon" status="coming-soon"
title="页面访问测试" title="页面访问测试"
/> />
</template> </template>

View File

@ -7,7 +7,7 @@ defineOptions({ name: 'HideMenuChildren' });
<template> <template>
<Fallback <Fallback
description="当前菜单的子菜单不可见" description="当前菜单的子菜单不可见"
status="comming-soon" status="coming-soon"
title="隐藏子菜单" title="隐藏子菜单"
/> />
</template> </template>

View File

@ -5,5 +5,5 @@ defineOptions({ name: 'Menu1' });
</script> </script>
<template> <template>
<Fallback status="comming-soon" /> <Fallback status="coming-soon" />
</template> </template>

View File

@ -5,5 +5,5 @@ defineOptions({ name: 'Menu21' });
</script> </script>
<template> <template>
<Fallback status="comming-soon" /> <Fallback status="coming-soon" />
</template> </template>

View File

@ -5,5 +5,5 @@ defineOptions({ name: 'Menu31' });
</script> </script>
<template> <template>
<Fallback status="comming-soon" /> <Fallback status="coming-soon" />
</template> </template>

View File

@ -5,5 +5,5 @@ defineOptions({ name: 'Menu321' });
</script> </script>
<template> <template>
<Fallback status="comming-soon" /> <Fallback status="coming-soon" />
</template> </template>

View File

@ -101,7 +101,7 @@
"confirmPassword": "Comfirm Password", "confirmPassword": "Comfirm Password",
"confirmPasswordTip": "The passwords do not match", "confirmPasswordTip": "The passwords do not match",
"agree": "I agree to", "agree": "I agree to",
"agreeprivacyPolicy": "Privacy-policy", "privacyPolicy": "Privacy-policy",
"terms": "Terms", "terms": "Terms",
"agreeTip": "Please agree to the Privacy Policy and Terms", "agreeTip": "Please agree to the Privacy Policy and Terms",
"goToLogin": "Login instead", "goToLogin": "Login instead",

View File

@ -101,7 +101,7 @@
"confirmPassword": "确认密码", "confirmPassword": "确认密码",
"confirmPasswordTip": "两次输入的密码不一致", "confirmPasswordTip": "两次输入的密码不一致",
"agree": "我同意", "agree": "我同意",
"agreeprivacyPolicy": "隐私政策", "privacyPolicy": "隐私政策",
"terms": "条款", "terms": "条款",
"agreeTip": "请同意隐私政策和条款", "agreeTip": "请同意隐私政策和条款",
"goToLogin": "去登录", "goToLogin": "去登录",

View File

@ -14,7 +14,6 @@ type BuiltinThemeType =
| 'deep-blue' | 'deep-blue'
| 'deep-green' | 'deep-green'
| 'default' | 'default'
| 'default'
| 'gray' | 'gray'
| 'green' | 'green'
| 'neutral' | 'neutral'

View File

@ -134,7 +134,7 @@ function goToLogin() {
> >
{{ $t('authentication.agree') }} {{ $t('authentication.agree') }}
<span class="text-primary hover:text-primary-hover">{{ <span class="text-primary hover:text-primary-hover">{{
$t('authentication.agreeprivacyPolicy') $t('authentication.privacyPolicy')
}}</span> }}</span>
& &
<span class="text-primary hover:text-primary-hover"> <span class="text-primary hover:text-primary-hover">