chore: fix typecheck fail

This commit is contained in:
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>
<template>
<Fallback status="comming-soon" />
<Fallback status="coming-soon" />
</template>