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