element-ui/packages/step/index.js

9 lines
156 B
JavaScript
Raw Permalink Normal View History

2021-06-07 11:56:04 +08:00
import Step from '../steps/src/step';
/* istanbul ignore next */
Step.install = function(Vue) {
Vue.component(Step.name, Step);
};
export default Step;