chore: add some notes

This commit is contained in:
vben
2020-11-18 22:41:59 +08:00
parent 815250ed34
commit 46e0875374
87 changed files with 926 additions and 728 deletions

View File

@@ -35,7 +35,7 @@ interface SwitchOptions {
}
interface SelectConfig {
options?: SelectOptions;
options?: LabelValueOptions;
def?: any;
disabled?: boolean;
handler?: Fn;