完全跑通1.0版本
This commit is contained in:
9
frontend/node_modules/element-plus/es/components/time-select/index.mjs
generated
vendored
Normal file
9
frontend/node_modules/element-plus/es/components/time-select/index.mjs
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import { withInstall } from "../../utils/vue/install.mjs";
|
||||
import { DEFAULT_STEP, timeSelectProps } from "./src/time-select.mjs";
|
||||
import time_select_default from "./src/time-select2.mjs";
|
||||
//#region ../../packages/components/time-select/index.ts
|
||||
const ElTimeSelect = withInstall(time_select_default);
|
||||
//#endregion
|
||||
export { DEFAULT_STEP, ElTimeSelect, ElTimeSelect as default, timeSelectProps };
|
||||
|
||||
//# sourceMappingURL=index.mjs.map
|
||||
Reference in New Issue
Block a user