(component): update

This commit is contained in:
就眠儀式 2022-11-23 04:55:04 +08:00
parent e2b14f9fd4
commit 0c0d4d19f3
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
import { DropdownPlacement } from "./interface";
import { Component, onMounted, onUpdated, ref, VNode, VNodeTypes } from "vue";
import { isArrayChildren, isComponent, isElement } from "src/utils";
import { isArrayChildren, isComponent, isElement } from "../../utils";
export interface SlotChildren {
value?: VNode[];

View File

@ -26,7 +26,7 @@ import LayTagInput from "../tagInput/index.vue";
import LayDropdown from "../dropdown/index.vue";
import LaySelectOption, { SelectOptionProps } from "../selectOption/index.vue";
import { SelectSize } from "./interface";
import { isArrayChildren } from "src/utils";
import { isArrayChildren } from "../../utils";
export interface SelectProps {
name?: string;

View File

@ -29,7 +29,7 @@ import {
} from "vue";
import { useResizeObserver } from "@vueuse/core";
import { TabData, TabInjectKey, TabPosition } from "./interface";
import { isArrayChildren } from "src/utils";
import { isArrayChildren } from "../../utils";
export interface TabProps {
type?: string;