gaoluyang
6 天以前 c5db127ed8bd5e9960afe8e2df0b5cd361b2dfc1
src/packages/@core/ui-kit/form-ui/src/components/form-actions.vue
@@ -1,9 +1,9 @@
<script setup lang="ts">
import { computed, toRaw, unref, watch } from 'vue';
import { useSimpleLocale } from '..\..\..\..\composables\src';
import { VbenExpandableArrow } from '..\..\..\shadcn-ui\src';
import { cn, isFunction, triggerWindowResize } from '..\..\..\..\base\shared\src\utils';
import { useSimpleLocale } from '../../../../composables/src';
import { VbenExpandableArrow } from '../../../shadcn-ui/src';
import { cn, isFunction, triggerWindowResize } from '../../../../base/shared/src/utils';
import { COMPONENT_MAP } from '../config';
import { injectFormProps } from '../use-form-context';