fix(Button): icon-prefix prop not work (#5947)

This commit is contained in:
neverland
2020-03-30 17:16:07 +08:00
committed by GitHub
parent 6ce940d0db
commit da8212be7d
5 changed files with 21 additions and 4 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ Vue.use(Button);
| text | Text | *string* | - |
| color `v2.1.8` | Color, support linear-gradient | *string* | - |
| icon | Left Icon | *string* | - |
| icon-prefix `v2.5.3` | Icon className prefix | *string* | `van-icon` |
| icon-prefix `v2.6.0` | Icon className prefix | *string* | `van-icon` |
| tag | HTML Tag | *string* | `button` |
| native-type | Native Type Attribute | *string* | `''` |
| plain | Whether to be plain button | *boolean* | `false` |