Revert "perf: add aotu components"

This reverts commit 3e1ce8b76a.
This commit is contained in:
xingyu4j
2022-11-17 17:11:41 +08:00
parent a13cb8698d
commit ed3170e837
14 changed files with 61 additions and 170 deletions

View File

@ -247,7 +247,20 @@
import { onMounted, reactive, ref } from 'vue'
import { useI18n } from '@/hooks/web/useI18n'
import { useMessage } from '@/hooks/web/useMessage'
import { FormInstance } from 'element-plus'
import {
ElRow,
ElCol,
ElForm,
ElFormItem,
ElInput,
ElInputNumber,
ElSelect,
ElTreeSelect,
ElOption,
ElRadioGroup,
ElRadioButton,
FormInstance
} from 'element-plus'
import { Tooltip } from '@/components/Tooltip'
import { IconSelect } from '@/components/Icon'
import { VxeTableInstance } from 'vxe-table'