element/packages/row/index.js
2016-10-19 22:48:35 +08:00

10 lines
161 B
JavaScript

const ElRow = require('./src/row');
/* istanbul ignore next */
ElRow.install = function(Vue) {
Vue.component(ElRow.name, ElRow);
};
module.exports = ElRow;