feat: Grid component

This commit is contained in:
chenjiahan
2020-07-06 16:49:07 +08:00
parent 3bf64717b5
commit 660e535811
12 changed files with 1012 additions and 8 deletions
+6
View File
@@ -0,0 +1,6 @@
@import '../style/var';
.van-grid {
display: flex;
flex-wrap: wrap;
}