版博士V2.0程序
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

1234567891011121314
  1. import '../../utils/index.mjs';
  2. import Steps from './src/steps2.mjs';
  3. import Step from './src/item2.mjs';
  4. export { stepProps } from './src/item.mjs';
  5. export { stepsEmits, stepsProps } from './src/steps.mjs';
  6. import { withInstall, withNoopInstall } from '../../utils/vue/install.mjs';
  7. const ElSteps = withInstall(Steps, {
  8. Step
  9. });
  10. const ElStep = withNoopInstall(Step);
  11. export { ElStep, ElSteps, ElSteps as default };
  12. //# sourceMappingURL=index.mjs.map