🐛(component): table 和 select 按需加载部分依赖组件未解析的问题

This commit is contained in:
sight 2022-06-29 16:38:27 +08:00
parent a7076b66a5
commit 7d52aa5423
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@ import {
shallowRef,
} from "vue";
import LayBadge from "../badge/index.vue";
import LayInput from "../input/index.vue";
import LayScroll from "../scroll/index.vue";
import { onClickOutside } from "@vueuse/core";
import { SelectItem } from "../../types";

View File

@ -10,6 +10,7 @@ import { computed, ref, useSlots, WritableComputedRef } from "vue";
import LayCheckbox from "../checkbox/index.vue";
import LayDropdown from "../dropdown/index.vue";
import LayTooltip from "../tooltip/index.vue";
import { LayIcon } from "@layui/icons-vue";
export interface LayTableRowProps {
index: number;