feat(GridItem): add icon-prefix prop (#5666)

This commit is contained in:
chenjiahan
2020-02-27 20:41:57 +08:00
parent 961bf9cccb
commit 09b57901f5
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -121,6 +121,7 @@ Vue.use(GridItem);
| url | Link URL | *string* | - |
| to | Target route of the link, same as to of vue-router | *string \| object* | - |
| replace | If true, the navigation will not leave a history record | *boolean* | `false` |
| icon-prefix `v2.5.3` | Icon className prefix | *string* | `van-icon` |
### GridItem Events