zhangwencui
7 天以前 7619c19a67c2ac824f803090bab753fc5ea14408
src/packages/@core/ui-kit/shadcn-ui/src/components/expandable-arrow/expandable-arrow.vue
@@ -1,6 +1,6 @@
<script lang="ts" setup>
import { ChevronDown } from '..\..\..\..\..\base\icons\src';
import { cn } from '..\..\..\..\..\base\shared\src\utils';
import { ChevronDown } from '../../../../../base/icons/src';
import { cn } from '../../../../../base/shared/src/utils';
const props = defineProps<{
  class?: string;