docs: remove all v2 version tag
This commit is contained in:
@@ -111,8 +111,8 @@ app.use(Button);
|
||||
| text | Text | _string_ | - |
|
||||
| color | Color, support linear-gradient | _string_ | - |
|
||||
| icon | Left Icon | _string_ | - |
|
||||
| icon-prefix `v2.6.0` | Icon className prefix | _string_ | `van-icon` |
|
||||
| icon-position `v2.10.7` | Icon position, can be set to `right` | _string_ | `left` |
|
||||
| icon-prefix | Icon className prefix | _string_ | `van-icon` |
|
||||
| icon-position | Icon position, can be set to `right` | _string_ | `left` |
|
||||
| tag | HTML Tag | _string_ | `button` |
|
||||
| native-type | Native Type Attribute | _string_ | `button` |
|
||||
| plain | Whether to be plain button | _boolean_ | `false` |
|
||||
@@ -137,10 +137,10 @@ app.use(Button);
|
||||
|
||||
### Slots
|
||||
|
||||
| Name | Description |
|
||||
| ----------------- | ------------------- |
|
||||
| default | Default slot |
|
||||
| loading `v2.10.1` | Custom loading icon |
|
||||
| Name | Description |
|
||||
| ------- | ------------------- |
|
||||
| default | Default slot |
|
||||
| loading | Custom loading icon |
|
||||
|
||||
### Less Variables
|
||||
|
||||
|
||||
Reference in New Issue
Block a user