refactor: 移除defineEmits和defineProps内置宏的引入

This commit is contained in:
郝先瑞
2022-01-01 16:09:42 +08:00
parent 28d1d37b23
commit fa0491c484
7 changed files with 12 additions and 16 deletions

View File

@@ -169,7 +169,7 @@
import {listTableMenus, getMenuDetail, listTreeSelectMenus, addMenu, deleteMenus, updateMenu} from "@/api/system/menu";
import {Search, Plus, Edit, Refresh, Delete} from '@element-plus/icons'
import {ElForm, ElMessage, ElMessageBox} from "element-plus";
import {defineEmits, reactive, ref, unref, onMounted} from "vue";
import { reactive, ref, unref, onMounted} from "vue";
import SvgIcon from '@/components/SvgIcon/index.vue';
import TreeSelect from '@/components/TreeSelect/index.vue';
import IconSelect from '@/components/IconSelect/index.vue';