feat: 分组管理
This commit is contained in:
4
lib/component/form/form/form.d.ts
vendored
4
lib/component/form/form/form.d.ts
vendored
@@ -1,5 +1,3 @@
|
||||
|
||||
|
||||
import type { RuleObject } from 'ant-design-vue/es/form/interface';
|
||||
declare global {
|
||||
type Rule = RuleObject & {
|
||||
@@ -33,5 +31,7 @@ declare global {
|
||||
class?: String; //添加额外样式
|
||||
autoSubmit: Boolean; //是否操作后提交表单
|
||||
format: Function;
|
||||
extra: string;
|
||||
style: Object;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user