mirror of https://github.com/ElemeFE/element
9 lines
132 B
JavaScript
9 lines
132 B
JavaScript
![]() |
const ElRow = require('./src/row');
|
||
|
|
||
|
ElRow.install = function(Vue) {
|
||
|
Vue.component('el-row', ElRow);
|
||
|
};
|
||
|
|
||
|
module.exports = ElRow;
|
||
|
|