add some component
add some component
This commit is contained in:
parent
6932b4d73c
commit
c67c70956e
4 changed files with 11 additions and 4 deletions
BIN
assets/iview.png
BIN
assets/iview.png
Binary file not shown.
Before Width: | Height: | Size: 154 KiB After Width: | Height: | Size: 155 KiB |
9
index.js
9
index.js
|
@ -28,27 +28,34 @@ import { Select, Option, OptionGroup } from './components/select';
|
||||||
|
|
||||||
const iview = {
|
const iview = {
|
||||||
Button,
|
Button,
|
||||||
|
ButtonGroup: Button.Group,
|
||||||
Icon,
|
Icon,
|
||||||
Input,
|
Input,
|
||||||
Switch,
|
Switch,
|
||||||
Radio,
|
Radio,
|
||||||
|
RadioGroup: Radio.Group,
|
||||||
Checkbox,
|
Checkbox,
|
||||||
|
CheckboxGroup: Checkbox.Group,
|
||||||
InputNumber,
|
InputNumber,
|
||||||
Row,
|
Row,
|
||||||
Col,
|
iCol: Col,
|
||||||
Page,
|
Page,
|
||||||
Badge,
|
Badge,
|
||||||
Tag,
|
Tag,
|
||||||
Progress,
|
Progress,
|
||||||
Circle,
|
Circle,
|
||||||
Timeline,
|
Timeline,
|
||||||
|
TimelineItem: Timeline.Item,
|
||||||
Affix,
|
Affix,
|
||||||
BackTop,
|
BackTop,
|
||||||
Spin,
|
Spin,
|
||||||
Steps,
|
Steps,
|
||||||
|
Step: Steps.Step,
|
||||||
Breadcrumb,
|
Breadcrumb,
|
||||||
|
BreadcrumbItem: Breadcrumb.Item,
|
||||||
Alert,
|
Alert,
|
||||||
Collapse,
|
Collapse,
|
||||||
|
Panel: Collapse.Panel,
|
||||||
Card,
|
Card,
|
||||||
Message,
|
Message,
|
||||||
Notice,
|
Notice,
|
||||||
|
|
|
@ -76,7 +76,7 @@
|
||||||
Button
|
Button
|
||||||
},
|
},
|
||||||
props: {
|
props: {
|
||||||
|
|
||||||
},
|
},
|
||||||
data () {
|
data () {
|
||||||
return {
|
return {
|
||||||
|
@ -87,7 +87,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
|
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
change (data) {
|
change (data) {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "iview",
|
"name": "iview",
|
||||||
"version": "0.9.4rc-4",
|
"version": "0.9.4rc-5",
|
||||||
"title": "iView",
|
"title": "iView",
|
||||||
"description": "A high quality UI components Library with Vue.js",
|
"description": "A high quality UI components Library with Vue.js",
|
||||||
"homepage": "http://www.iviewui.com",
|
"homepage": "http://www.iviewui.com",
|
||||||
|
|
Loading…
Add table
Reference in a new issue