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