[new feature] add grid component (#3669)

This commit is contained in:
neverland
2019-06-28 11:16:42 +08:00
committed by GitHub
parent 1850230102
commit 9737a8b9d0
36 changed files with 907 additions and 51 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ If you need to render vue components within a dialog, you can use dialog compone
title="Title"
show-cancel-button
>
<img src="https://img.yzcdn.cn/1.jpg">
<img src="https://img.yzcdn.cn/vant/apple-3.jpg">
</van-dialog>
```