Revert "perf: aotu components"

This reverts commit daa9d01adf.
This commit is contained in:
xingyu4j
2022-11-17 17:11:24 +08:00
parent fe3fd184f9
commit 8bc6d6b5c2
30 changed files with 62 additions and 8 deletions

View File

@ -7,7 +7,23 @@
* @LastEditTime:
-->
<script setup lang="ts">
import { ElMessage } from 'element-plus'
import {
ElInput,
ElInputNumber,
ElDropdown,
ElDropdownMenu,
ElDropdownItem,
ElDialog,
ElTabs,
ElTabPane,
ElSelect,
ElOption,
ElForm,
ElFormItem,
ElRadioGroup,
ElRadioButton,
ElMessage
} from 'element-plus'
import { ref, computed, onMounted, reactive, watch, PropType } from 'vue'
interface shortcutsType {
text: string