perf: add aotu components

This commit is contained in:
xingyu4j
2022-11-17 14:52:31 +08:00
parent cbb6a37924
commit 3e1ce8b76a
14 changed files with 170 additions and 61 deletions

View File

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