hz-zhhq-web/node_modules/element-ui/packages/row/index.js

10 lines
144 B
JavaScript
Raw Normal View History

2025-02-25 13:44:33 +08:00
import Row from './src/row';
/* istanbul ignore next */
Row.install = function(Vue) {
Vue.component(Row.name, Row);
};
export default Row;