补充部分组件描述

This commit is contained in:
就眠儀式
2022-02-06 03:19:24 +08:00
parent a74c559fdd
commit 6e568f2d2f
94 changed files with 352 additions and 259 deletions

View File

@@ -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: () => ["主列表", "副列表"],

View File

@@ -0,0 +1,2 @@
import { Recordable } from "../../types";