yangyin
2024-11-14 c1162e0cfd6d2b7455fee53f1235e142e1d83ecf
src/directive/customDirective.ts
@@ -202,3 +202,14 @@
      },
   });
};
export const eleFocusDirective = (app: App) => {
   app.directive('elInputFocus', {
      mounted: (el) => {
         el.querySelector('input.el-input__inner')?.focus();
      },
   });
};