This commit is contained in:
dap
2025-01-01 12:57:20 +08:00
251 changed files with 619 additions and 959 deletions

View File

@@ -5,13 +5,10 @@
import type { BaseFormComponentType } from '@vben/common-ui';
import type { Recordable } from '@vben/types';
import type { Component, SetupContext } from 'vue';
import { h } from 'vue';
import { ApiComponent, globalShareState, IconPicker } from '@vben/common-ui';
import { $t } from '@vben/locales';
import {
ElButton,
ElCheckbox,
@@ -32,6 +29,7 @@ import {
ElTreeSelect,
ElUpload,
} from 'element-plus';
import { h } from 'vue';
const withDefaultPlaceholder = <T extends Component>(
component: T,