* 对照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

@ -50,6 +50,7 @@ import Tree from './components/tree';
import Upload from './components/upload';
import {Row, Col} from './components/grid';
import {Select, Option, OptionGroup} from './components/select';
import Divider from './components/divider';
import locale from './locale/index';
const components = {
@ -120,7 +121,8 @@ const components = {
Tooltip,
Transfer,
Tree,
Upload
Upload,
Divider
};
const iview = {