gaoluyang
2026-06-29 27cd042df9aca0383a49f3514bc21958dd890912
src/packages/@core/ui-kit/tabs-ui/src/use-tabs-drag.ts
@@ -1,11 +1,11 @@
import type { Sortable } from '..\..\..\composables\src';
import type { EmitType } from '..\..\..\base\typings\src';
import type { Sortable } from '../../../composables/src';
import type { EmitType } from '../../../base/typings/src';
import type { TabsProps } from './types';
import { nextTick, onMounted, onUnmounted, ref, watch } from 'vue';
import { useIsMobile, useSortable } from '..\..\..\composables\src';
import { useIsMobile, useSortable } from '../../../composables/src';
// 可能会找到拖拽的子元素,这里需要确保拖拽的dom时tab元素
function findParentElement(element: HTMLElement) {