✨(component): update
This commit is contained in:
parent
e2b14f9fd4
commit
0c0d4d19f3
@ -1,7 +1,7 @@
|
|||||||
import { DropdownPlacement } from "./interface";
|
import { DropdownPlacement } from "./interface";
|
||||||
|
|
||||||
import { Component, onMounted, onUpdated, ref, VNode, VNodeTypes } from "vue";
|
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 {
|
export interface SlotChildren {
|
||||||
value?: VNode[];
|
value?: VNode[];
|
||||||
|
@ -26,7 +26,7 @@ import LayTagInput from "../tagInput/index.vue";
|
|||||||
import LayDropdown from "../dropdown/index.vue";
|
import LayDropdown from "../dropdown/index.vue";
|
||||||
import LaySelectOption, { SelectOptionProps } from "../selectOption/index.vue";
|
import LaySelectOption, { SelectOptionProps } from "../selectOption/index.vue";
|
||||||
import { SelectSize } from "./interface";
|
import { SelectSize } from "./interface";
|
||||||
import { isArrayChildren } from "src/utils";
|
import { isArrayChildren } from "../../utils";
|
||||||
|
|
||||||
export interface SelectProps {
|
export interface SelectProps {
|
||||||
name?: string;
|
name?: string;
|
||||||
|
@ -29,7 +29,7 @@ import {
|
|||||||
} from "vue";
|
} from "vue";
|
||||||
import { useResizeObserver } from "@vueuse/core";
|
import { useResizeObserver } from "@vueuse/core";
|
||||||
import { TabData, TabInjectKey, TabPosition } from "./interface";
|
import { TabData, TabInjectKey, TabPosition } from "./interface";
|
||||||
import { isArrayChildren } from "src/utils";
|
import { isArrayChildren } from "../../utils";
|
||||||
|
|
||||||
export interface TabProps {
|
export interface TabProps {
|
||||||
type?: string;
|
type?: string;
|
||||||
|
Loading…
Reference in New Issue
Block a user