refactor: Element Plus图标依赖@element-plus/icons过时,调整为@element-plus/icons-vue
This commit is contained in:
@@ -34,7 +34,7 @@ import {listTreeSelectMenus} from "@/api/system/menu";
|
||||
import {listRoleMenuIds, updateRoleMenu} from "@/api/system/role"
|
||||
import { nextTick, onMounted, reactive, ref, toRefs, watch} from "vue"
|
||||
import {ElTree, ElMessage, ElMessageBox} from "element-plus"
|
||||
import {Switch, Check} from '@element-plus/icons'
|
||||
import {Switch, Check} from '@element-plus/icons-vue'
|
||||
|
||||
const emit = defineEmits(['menuClick'])
|
||||
const props = defineProps({
|
||||
|
||||
Reference in New Issue
Block a user