Commit c67c70956e49ab75dd57d607688f94104451dbda

Authored by 梁灏
1 parent 6932b4d7

add some component

add some component
assets/iview.png

154 KB | W: | H:

155 KB | W: | H:

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