lepu-test-platform-web/node_modules/element-ui/packages/row/index.js

10 lines
144 B
JavaScript
Raw Normal View History

import Row from './src/row';
/* istanbul ignore next */
Row.install = function(Vue) {
Vue.component(Row.name, Row);
};
export default Row;