补充部分组件描述
This commit is contained in:
@@ -9,14 +9,14 @@ import "./index.less";
|
||||
import { Ref, ref, useSlots, watch } from "vue";
|
||||
import { Recordable } from "../../types";
|
||||
|
||||
const slot = useSlots();
|
||||
|
||||
export interface LayTransferProps {
|
||||
id?: string;
|
||||
title?: string[];
|
||||
dataSource: Recordable[];
|
||||
}
|
||||
|
||||
const slot = useSlots();
|
||||
|
||||
const props = withDefaults(defineProps<LayTransferProps>(), {
|
||||
id: "id",
|
||||
title: () => ["主列表", "副列表"],
|
||||
|
||||
2
src/component/transfer/interface.ts
Normal file
2
src/component/transfer/interface.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
import { Recordable } from "../../types";
|
||||
|
||||
Reference in New Issue
Block a user