UNPKG

element-ui

Version:

A Component Library for Vue.js.

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