import Row from './src/row.vue' Row.install = function (Vue) { Vue.component(Row.name, Row) } export default Row