UNPKG

ux-react

Version:

Mobile web UI based on Vue and WeUI

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