nrz 19773e2da4 [new feature] Checkbox: 新增 checkbox 组件 (#341)
* [new feature] Checkbox: init demo

* [new component]: Checkbox refactor

* [new component] Checkbox fix #231

* fix: #231
2018-07-09 21:37:17 +08:00

11 lines
322 B
JSON

{
"navigationBarTitleText": "Checkbox 选择",
"usingComponents": {
"zan-checkbox-group": "../../dist/checkbox-group/index",
"zan-checkbox": "../../dist/checkbox/index",
"zan-panel": "../../dist/panel/index",
"zan-cell": "../../dist/cell/index",
"doc-page": "../../components/doc-page/index"
}
}