mirror of https://github.com/ElemeFE/element
8 lines
136 B
JavaScript
8 lines
136 B
JavaScript
![]() |
const Step = require('../steps/src/step');
|
||
|
|
||
|
Step.install = function(Vue) {
|
||
|
Vue.component(Step.name, Step);
|
||
|
};
|
||
|
|
||
|
module.exports = Step;
|