replace @element-plus/icons with @element-plus/icons-vue

This commit is contained in:
RuoYi
2021-12-17 14:43:30 +08:00
parent f3b1470a5c
commit 475e27f4a6
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,5 @@
import * as components from "@element-plus/icons";
import * as components from '@element-plus/icons-vue'
export default {
install: (app) => {
for (const key in components) {