travel/admin/node_modules/element-ui/packages/row/index.js

10 lines
144 B
JavaScript
Raw Normal View History

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