import comp from './src/zt-table-wraper' comp.install = function (Vue) { Vue.component(comp.name, comp) } export default comp