feat: import form components

This commit is contained in:
xingyu4j
2025-11-13 14:12:48 +08:00
parent edba53272d
commit b9073ff4bd
10 changed files with 17 additions and 17 deletions

View File

@@ -11,7 +11,7 @@ import { useAccessStore } from '@vben/stores';
import { Button, Image, message, Modal, Upload } from 'ant-design-vue';
import { UploadType, useBeforeUpload } from '#/utils/useUpload';
import { WxMaterialSelect } from '#/views/mp/modules/wx-material-select';
import { WxMaterialSelect } from '#/views/mp/components/wx-material-select';
const props = defineProps<{
isFirst: boolean;