Files
jefferyzhao b9bdc8598b first commit
2025-07-31 17:44:12 +08:00

9 lines
156 B
JavaScript

import Step from '../steps/src/step';
/* istanbul ignore next */
Step.install = function(Vue) {
Vue.component(Step.name, Step);
};
export default Step;