add some component

add some component
This commit is contained in:
梁灏 2016-10-25 09:58:10 +08:00
parent 6932b4d73c
commit c67c70956e
4 changed files with 11 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 154 KiB

After

Width:  |  Height:  |  Size: 155 KiB

View file

@ -28,27 +28,34 @@ import { Select, Option, OptionGroup } from './components/select';
const iview = {
Button,
ButtonGroup: Button.Group,
Icon,
Input,
Switch,
Radio,
RadioGroup: Radio.Group,
Checkbox,
CheckboxGroup: Checkbox.Group,
InputNumber,
Row,
Col,
iCol: Col,
Page,
Badge,
Tag,
Progress,
Circle,
Timeline,
TimelineItem: Timeline.Item,
Affix,
BackTop,
Spin,
Steps,
Step: Steps.Step,
Breadcrumb,
BreadcrumbItem: Breadcrumb.Item,
Alert,
Collapse,
Panel: Collapse.Panel,
Card,
Message,
Notice,

View file

@ -76,7 +76,7 @@
Button
},
props: {
},
data () {
return {
@ -87,7 +87,7 @@
}
},
computed: {
},
methods: {
change (data) {

View file

@ -1,6 +1,6 @@
{
"name": "iview",
"version": "0.9.4rc-4",
"version": "0.9.4rc-5",
"title": "iView",
"description": "A high quality UI components Library with Vue.js",
"homepage": "http://www.iviewui.com",