Commit c67c70956e49ab75dd57d607688f94104451dbda
1 parent
6932b4d7
add some component
add some component
Showing
4 changed files
with
11 additions
and
4 deletions
Show diff stats
assets/iview.png
index.js
@@ -28,27 +28,34 @@ import { Select, Option, OptionGroup } from './components/select'; | @@ -28,27 +28,34 @@ import { Select, Option, OptionGroup } from './components/select'; | ||
28 | 28 | ||
29 | const iview = { | 29 | const iview = { |
30 | Button, | 30 | Button, |
31 | + ButtonGroup: Button.Group, | ||
31 | Icon, | 32 | Icon, |
32 | Input, | 33 | Input, |
33 | Switch, | 34 | Switch, |
34 | Radio, | 35 | Radio, |
36 | + RadioGroup: Radio.Group, | ||
35 | Checkbox, | 37 | Checkbox, |
38 | + CheckboxGroup: Checkbox.Group, | ||
36 | InputNumber, | 39 | InputNumber, |
37 | Row, | 40 | Row, |
38 | - Col, | 41 | + iCol: Col, |
39 | Page, | 42 | Page, |
40 | Badge, | 43 | Badge, |
41 | Tag, | 44 | Tag, |
42 | Progress, | 45 | Progress, |
43 | Circle, | 46 | Circle, |
44 | Timeline, | 47 | Timeline, |
48 | + TimelineItem: Timeline.Item, | ||
45 | Affix, | 49 | Affix, |
46 | BackTop, | 50 | BackTop, |
47 | Spin, | 51 | Spin, |
48 | Steps, | 52 | Steps, |
53 | + Step: Steps.Step, | ||
49 | Breadcrumb, | 54 | Breadcrumb, |
55 | + BreadcrumbItem: Breadcrumb.Item, | ||
50 | Alert, | 56 | Alert, |
51 | Collapse, | 57 | Collapse, |
58 | + Panel: Collapse.Panel, | ||
52 | Card, | 59 | Card, |
53 | Message, | 60 | Message, |
54 | Notice, | 61 | Notice, |
local/routers/select.vue
@@ -76,7 +76,7 @@ | @@ -76,7 +76,7 @@ | ||
76 | Button | 76 | Button |
77 | }, | 77 | }, |
78 | props: { | 78 | props: { |
79 | - | 79 | + |
80 | }, | 80 | }, |
81 | data () { | 81 | data () { |
82 | return { | 82 | return { |
@@ -87,7 +87,7 @@ | @@ -87,7 +87,7 @@ | ||
87 | } | 87 | } |
88 | }, | 88 | }, |
89 | computed: { | 89 | computed: { |
90 | - | 90 | + |
91 | }, | 91 | }, |
92 | methods: { | 92 | methods: { |
93 | change (data) { | 93 | change (data) { |
package.json
1 | { | 1 | { |
2 | "name": "iview", | 2 | "name": "iview", |
3 | - "version": "0.9.4rc-4", | 3 | + "version": "0.9.4rc-5", |
4 | "title": "iView", | 4 | "title": "iView", |
5 | "description": "A high quality UI components Library with Vue.js", | 5 | "description": "A high quality UI components Library with Vue.js", |
6 | "homepage": "http://www.iviewui.com", | 6 | "homepage": "http://www.iviewui.com", |