element/packages/row/index.js
2016-07-27 14:15:02 +08:00

9 lines
132 B
JavaScript

const ElRow = require('./src/row');
ElRow.install = function(Vue) {
Vue.component('el-row', ElRow);
};
module.exports = ElRow;