UNPKG

element3

Version:

A Component Library for Vue3

9 lines (6 loc) 156 B
import ElIcon from './Icon.vue' /* istanbul ignore next */ ElIcon.install = function (app) { app.component(ElIcon.name, ElIcon) } export default ElIcon