Merge pull request #840 from wsd000/feat_license_plate_keyboard

feat: 增加车牌组件ts校验文件
This commit is contained in:
MeloHG 2023-11-16 17:27:23 +08:00 committed by GitHub
commit 87d8c22dd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ export class Transition extends MandComponent { }
export class WaterMark extends MandComponent { }
export class TextareaItem extends MandComponent { }
export class Skeleton extends MandComponent { }
export class LicensePlate extends MandComponent { }
/* @init<%export class ${componentNameUpper} extends MandComponent { }%> */