🐛(component): table 和 select 按需加载部分依赖组件未解析的问题
This commit is contained in:
parent
a7076b66a5
commit
7d52aa5423
@ -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";
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user