cl-form 支持动态字段验证,如:contacts[0].phone

This commit is contained in:
icssoa
2025-08-15 09:13:04 +08:00
parent 23a029a84e
commit ee75abf205
6 changed files with 227 additions and 55 deletions

1
types/uni-app.d.ts vendored
View File

@@ -40,6 +40,7 @@ declare interface Uni {
}
declare interface NodeInfo {
id?: string;
bottom?: number;
context?: number;
dataset?: number;