Files
Arbitrate-FrontendH5/node_modules/element-ui/packages/row/index.js
T

10 lines
144 B
JavaScript
Raw Normal View History

2024-01-18 10:46:33 +08:00
import Row from './src/row';
/* istanbul ignore next */
Row.install = function(Vue) {
Vue.component(Row.name, Row);
};
export default Row;