liu
2 天以前 f7e06aaee32674791f63d6e5111c0d0a3f4de4a3
src/packages/@core/ui-kit/form-ui/src/form-render/form.vue
@@ -11,13 +11,13 @@
import { computed } from 'vue';
import { Form } from '..\..\..\shadcn-ui\src';
import { Form } from '../../../shadcn-ui/src';
import {
  cn,
  isFunction,
  isString,
  mergeWithArrayOverride,
} from '..\..\..\..\base\shared\src\utils';
} from '../../../../base/shared/src/utils';
import { provideFormRenderProps } from './context';
import { useExpandable } from './expandable';