refactor: Element Plus图标依赖@element-plus/icons过时,调整为@element-plus/icons-vue
This commit is contained in:
@@ -119,7 +119,7 @@ import {
|
||||
updateDictItem,
|
||||
deleteDictItem
|
||||
} from "@/api/system/dict";
|
||||
import {Search, Plus, Edit, Refresh, Delete} from '@element-plus/icons';
|
||||
import {Search, Plus, Edit, Refresh, Delete} from '@element-plus/icons-vue';
|
||||
import {onMounted, reactive, ref, unref, watch} from 'vue'
|
||||
import {ElForm, ElMessage, ElMessageBox} from "element-plus";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user