index.js 155 B

12345678
  1. import Steps from './src/steps';
  2. /* istanbul ignore next */
  3. Steps.install = function(Vue) {
  4. Vue.component(Steps.name, Steps);
  5. };
  6. export default Steps;