引入单选框 不显示选中状态 (van-radio),还有复选框也是 ?
Closed this issue · 1 comments
sunnyboyi commented
在 main.json中有加入
"van-radio": "/static/vant/radio/index",
"van-search": "/static/vant/search/index",
"van-checkbox": "/static/vant/checkbox/index",
"van-checkbox-group": "/static/vant/checkbox-group/index"
页面中加入
<van-radio-group :value="1" @change="onChange" >
单选框 1
单选框 2
<van-checkbox :value="checked" @change="onChange">复选框
不显示选中状态 很奇怪
sunnyboyi commented
发现是我测试的时候写错了