gaoluyang
2026-06-24 bfdc0e0e6d5e47aa501f9b6fadd143d9c97cf00a
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';