Blame view

src/components/steps/index.js 105 Bytes
7fa943eb   梁灏   init
1
2
3
4
5
  import Steps from './steps.vue';
  import Step from './step.vue';
  
  Steps.Step = Step;
  export default Steps;