9 lines
156 B
JavaScript
Raw Normal View History

2025-04-19 15:38:48 +08:00
import Step from '../steps/src/step';
/* istanbul ignore next */
Step.install = function(Vue) {
Vue.component(Step.name, Step);
};
export default Step;