index.js 132 Bytes
Newer Older
何虹's avatar
何虹 committed
1 2 3 4 5 6 7
import UIcon from './src/icon.vue';

UIcon.install = function(Vue) {
    Vue.component(UIcon.name, UIcon);
};

export default UIcon