wujingjing
2024-10-31 a5de052620b80ac4043e9c8d87341ac98272a785
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();
      },
   });
};