补充部分组件描述
This commit is contained in:
@@ -9,7 +9,7 @@ import { computed, CSSProperties } from "vue";
|
||||
import "./index.less";
|
||||
|
||||
export interface LaySideProps {
|
||||
width?: string | number;
|
||||
width?: string | number;
|
||||
}
|
||||
|
||||
const props = withDefaults(defineProps<LaySideProps>(), {
|
||||
|
||||
0
src/component/side/interface.ts
Normal file
0
src/component/side/interface.ts
Normal file
Reference in New Issue
Block a user