PC/node_modules/element-ui/packages/icon/index.js
2026-01-26 23:20:48 +08:00

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;