import VabCount from './index.vue' VabCount.install = function(app) { app.component(VabCount.name, VabCount) } export default VabCount