import EmptyComponent from './empty.vue' export default { install (Vue) { Vue.component('empty-box', EmptyComponent) } }