* 对照AntDesign,实现了Divider分割线组件的Vue版本

* 完成了Divider分割线组件演示代码
This commit is contained in:
xiaofengsha 2018-03-29 23:10:14 +08:00
parent 320fba546b
commit b26389a034
8 changed files with 282 additions and 1 deletions

View file

@ -44,3 +44,4 @@
@import "avatar";
@import "color-picker";
@import "auto-complete";
@import "divider";