补充部分组件描述
This commit is contained in:
@@ -8,9 +8,9 @@ import { useSlots } from "vue";
|
||||
import "./index.less";
|
||||
|
||||
export interface LayDropdownProps {
|
||||
title?: string,
|
||||
status?: '401' | '403' | '404' | '500',
|
||||
describe?: string
|
||||
title?: string;
|
||||
status?: "401" | "403" | "404" | "500";
|
||||
describe?: string;
|
||||
}
|
||||
|
||||
const slots = useSlots();
|
||||
|
||||
1
src/component/exception/interface.ts
Normal file
1
src/component/exception/interface.ts
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
Reference in New Issue
Block a user