replace @element-plus/icons with @element-plus/icons-vue
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user