feat(projects): 添加组件名称,调整vue文件里面的类型声明位置
This commit is contained in:
@ -11,6 +11,8 @@
|
||||
import { routePath } from '@/router';
|
||||
import { useAppInfo } from '@/composables';
|
||||
|
||||
defineOptions({ name: 'GlobalLogo' });
|
||||
|
||||
interface Props {
|
||||
/** 显示名字 */
|
||||
showTitle: boolean;
|
||||
|
||||
Reference in New Issue
Block a user