From 013bcd14181f6204b352f7dc6fb2ad6581c330c2 Mon Sep 17 00:00:00 2001 From: neverland Date: Wed, 6 Jan 2021 23:31:18 +0800 Subject: [PATCH] docs(ActionBar): remove legacy primary prop --- src/action-bar/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/action-bar/README.md b/src/action-bar/README.md index 8942ca61f..b067d66cf 100644 --- a/src/action-bar/README.md +++ b/src/action-bar/README.md @@ -111,7 +111,6 @@ Use `badge` prop to show badge in icon. | type | Button type, Can be set to `primary` `info` `warning` `danger` | _string_ | `default` | | color | Button color, support linear-gradient | _string_ | - | | icon `v2.4.4` | Left Icon | _string_ | - | -| primary | Is primary button (red color) | _boolean_ | `false` | | disabled | Whether to disable button | _boolean_ | `false` | | loading | Whether show loading status | _boolean_ | `false` | | url | Link | _string_ | - |