feat(projects): 添加组件名称,调整vue文件里面的类型声明位置
This commit is contained in:
@ -14,6 +14,8 @@
|
||||
<script lang="ts" setup>
|
||||
import { routeName } from '@/router';
|
||||
|
||||
defineOptions({ name: 'ExceptionBase' });
|
||||
|
||||
type ExceptionType = '403' | '404' | '500';
|
||||
|
||||
interface Props {
|
||||
|
||||
Reference in New Issue
Block a user