feat(projects): 添加组件名称,调整vue文件里面的类型声明位置
This commit is contained in:
@ -34,6 +34,8 @@ import {
|
||||
SettingButton
|
||||
} from './components';
|
||||
|
||||
defineOptions({ name: 'GlobalHeader' });
|
||||
|
||||
interface Props {
|
||||
/** 显示logo */
|
||||
showLogo: GlobalHeaderProps['showLogo'];
|
||||
|
||||
Reference in New Issue
Block a user