gaoluyang
4 天以前 b64a0deae5b5d33f9e20671a68936b27f0b9b00b
src/packages/@core/ui-kit/shadcn-ui/src/ui/alert-dialog/AlertDialogHeader.vue
@@ -1,7 +1,7 @@
<script setup lang="ts">
import type { HTMLAttributes } from 'vue';
import { cn } from '..\..\..\..\..\base\shared\src\utils';
import { cn } from '../../../../../base/shared/src/utils';
const props = defineProps<{
  class?: HTMLAttributes['class'];