提交 2effd712 编写于 作者: C czi 提交者: qiang014

!51 update docs/component/radio.md.

* update docs/component/radio.md.
上级 be278cf2
......@@ -85,7 +85,7 @@ export default {
methods: {
radioChange: function(evt) {
for (let i = 0; i < this.items.length; i++) {
if (this.items[i].value === evt.target.value) {
if (this.items[i].value === evt.detail.value) {
this.current = i;
break;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册