Commit 6957ac6a authored by Nature's avatar Nature

readme

parent 1c639902
...@@ -26,6 +26,7 @@ h-check checkBox ...@@ -26,6 +26,7 @@ h-check checkBox
``` ```
style style
@check-box-bg checkbox选中是的背景颜色 @check-box-bg checkbox选中是的背景颜色
v-model 绑定value值 true/false v-model 绑定value值 true/false
......
...@@ -58,7 +58,8 @@ export default { ...@@ -58,7 +58,8 @@ export default {
单选框组建必须配合radio-group使用表示一组 单选框组建必须配合radio-group使用表示一组
style style
@check-box-bg checkbox选中是的背景颜色
@radio-box-bg checkbox选中是的背景颜色
v-model 绑定radio的选中返回的name值 v-model 绑定radio的选中返回的name值
......
...@@ -215,10 +215,6 @@ ...@@ -215,10 +215,6 @@
<section slot="content">CheckBox</section> <section slot="content">CheckBox</section>
</item> </item>
</list-item> </list-item>
<h-radio
v-model="radioValue"
@radioClick="radioClick"/>
<h2 class="item-title">s-tab</h2> <h2 class="item-title">s-tab</h2>
<div class="local-region"> <div class="local-region">
<s-tab :show-divider="true" :overflowX="true" @tabClick="stabClick"> <s-tab :show-divider="true" :overflowX="true" @tabClick="stabClick">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment