feat(components): 添加图片验证码

This commit is contained in:
Soybean
2021-10-18 16:45:35 +08:00
parent 9097fa3866
commit 336c7766f9
17 changed files with 336 additions and 270 deletions

5
src/typings/makeit-captcha.d.ts vendored Normal file
View File

@ -0,0 +1,5 @@
declare module 'makeit-captcha' {
import _default from 'makeit-captcha/es/src';
export default _default;
}