完全跑通1.0版本
This commit is contained in:
13
frontend/node_modules/element-plus/es/components/steps/index.mjs
generated
vendored
Normal file
13
frontend/node_modules/element-plus/es/components/steps/index.mjs
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
import { withInstall, withNoopInstall } from "../../utils/vue/install.mjs";
|
||||
import { stepsEmits, stepsProps } from "./src/steps.mjs";
|
||||
import { STEPS_INJECTION_KEY } from "./src/tokens.mjs";
|
||||
import steps_default from "./src/steps2.mjs";
|
||||
import { stepProps } from "./src/item.mjs";
|
||||
import item_default from "./src/item2.mjs";
|
||||
//#region ../../packages/components/steps/index.ts
|
||||
const ElSteps = withInstall(steps_default, { Step: item_default });
|
||||
const ElStep = withNoopInstall(item_default);
|
||||
//#endregion
|
||||
export { ElStep, ElSteps, ElSteps as default, STEPS_INJECTION_KEY, stepProps, stepsEmits, stepsProps };
|
||||
|
||||
//# sourceMappingURL=index.mjs.map
|
||||
Reference in New Issue
Block a user