完全跑通1.0版本
This commit is contained in:
11
frontend/node_modules/element-plus/lib/hooks/use-focus/index.js
generated
vendored
Normal file
11
frontend/node_modules/element-plus/lib/hooks/use-focus/index.js
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
||||
//#region ../../packages/hooks/use-focus/index.ts
|
||||
const useFocus = (el) => {
|
||||
return { focus: () => {
|
||||
el.value?.focus?.();
|
||||
} };
|
||||
};
|
||||
//#endregion
|
||||
exports.useFocus = useFocus;
|
||||
|
||||
//# sourceMappingURL=index.js.map
|
||||
Reference in New Issue
Block a user