1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/element-ui/packages/icon/index.js

9 lines
163 B
JavaScript

import ElIcon from './src/icon.vue';
/* istanbul ignore next */
ElIcon.install = function(Vue) {
Vue.component(ElIcon.name, ElIcon);
};
export default ElIcon;