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