Parcourir la source

修正了README.md的错误

Kevin il y a 6 ans
Parent
commit
86c950fab1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -99,7 +99,7 @@ const CupertinoPopoverMenuItem({
     this.isTapClosePopover=true
   });
 ```
-| Param | Type |  Description |
+| Param | Type |  Default | Description |
 | --- | --- | --- | --- |
 | [leading] | <code>Widget<Widget></code>  | 菜单左边,一般放图标 |
 | [child] | <code>Widget<Widget></code>  | 菜单内容 |