import SvgIcon from './svg-icon/index.vue' export default { install (Vue) { Vue.component('svg-icon', SvgIcon) } }