mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
form components
This commit is contained in:
parent
a7dec9fe8e
commit
906f2fad07
1
docs/examples/checkbox.md
Normal file
1
docs/examples/checkbox.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
## Checkbox组件
|
1
docs/examples/field.md
Normal file
1
docs/examples/field.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
## Field组件
|
1
docs/examples/radio.md
Normal file
1
docs/examples/radio.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
## Radio组件
|
@ -13,10 +13,27 @@
|
|||||||
{
|
{
|
||||||
"path": "/button",
|
"path": "/button",
|
||||||
"title": "Button组件"
|
"title": "Button组件"
|
||||||
},
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"groupName": "Form",
|
||||||
|
"list": [
|
||||||
{
|
{
|
||||||
"path": "/switch",
|
"path": "/switch",
|
||||||
"title": "Switch组件"
|
"title": "Switch组件"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "/field",
|
||||||
|
"title": "Field组件"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "/radio",
|
||||||
|
"title": "Radio组件"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "/checkbox",
|
||||||
|
"title": "Checkbox组件"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
<template>
|
<template>
|
||||||
|
<div>
|
||||||
|
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
export default {
|
||||||
|
name: 'o2-filed'
|
||||||
|
};
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user