yangyin
2024-11-14 c1162e0cfd6d2b7455fee53f1235e142e1d83ecf
src/directive/customDirective.ts
@@ -210,5 +210,6 @@
      mounted: (el) => {
         el.querySelector('input.el-input__inner')?.focus();
      },
   });
};