fix: 类型推断警告
This commit is contained in:
@@ -41,6 +41,7 @@ const emit = defineEmits([
|
||||
"change",
|
||||
"row-double",
|
||||
"update:selectedKeys",
|
||||
"contextmenu"
|
||||
]);
|
||||
|
||||
const slot = useSlots();
|
||||
|
||||
@@ -8,12 +8,12 @@ export default {
|
||||
import "./index.less";
|
||||
import LayScroll from "../scroll";
|
||||
import { Ref, ref, useSlots, watch } from "vue";
|
||||
import { Recordable } from "../../types";
|
||||
import { BooleanOrString, Recordable } from "../../types";
|
||||
|
||||
export interface LayTransferProps {
|
||||
id?: string;
|
||||
title?: string[];
|
||||
showSearch?: boolean;
|
||||
showSearch?: BooleanOrString;
|
||||
dataSource: Recordable[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user