mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
fix(components): supplement the NaiveUI
type
This commit is contained in:
@ -6,7 +6,7 @@ defineOptions({
|
||||
});
|
||||
|
||||
interface Props {
|
||||
itemAlign?: 'stretch' | 'baseline' | 'start' | 'end' | 'center' | 'flex-end' | 'flex-start';
|
||||
itemAlign?: NaiveUI.Align;
|
||||
disabledDelete?: boolean;
|
||||
loading?: boolean;
|
||||
}
|
||||
|
Reference in New Issue
Block a user