element/packages/step/index.js
2016-10-19 22:48:35 +08:00

9 lines
163 B
JavaScript

const Step = require('../steps/src/step');
/* istanbul ignore next */
Step.install = function(Vue) {
Vue.component(Step.name, Step);
};
module.exports = Step;