ruoyi
This commit is contained in:
9
src/components/SvgIcon/svgicon.js
Normal file
9
src/components/SvgIcon/svgicon.js
Normal file
@ -0,0 +1,9 @@
|
||||
import * as components from "@element-plus/icons";
|
||||
export default {
|
||||
install: (app) => {
|
||||
for (const key in components) {
|
||||
const componentConfig = components[key];
|
||||
app.component(componentConfig.name, componentConfig);
|
||||
}
|
||||
},
|
||||
};
|
Reference in New Issue
Block a user