first
This commit is contained in:
8
packages/step/index.js
Normal file
8
packages/step/index.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import Step from '../steps/src/step';
|
||||
|
||||
/* istanbul ignore next */
|
||||
Step.install = function(Vue) {
|
||||
Vue.component(Step.name, Step);
|
||||
};
|
||||
|
||||
export default Step;
|
Reference in New Issue
Block a user