iview/src/components/steps/index.js
梁灏 4b05d84ea2 Modify the directory structure
Modify the directory structure
2016-10-28 10:09:07 +08:00

5 lines
No EOL
105 B
JavaScript

import Steps from './steps.vue';
import Step from './step.vue';
Steps.Step = Step;
export default Steps;