UNPKG

120 BJavaScriptView Raw
1import Icon from './src/Icon'
2
3Icon.install = Vue =>{
4 Vue.component(Icon.name,Icon);
5}
6
7export default Icon;