We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc09f76 commit a930c02Copy full SHA for a930c02
1 file changed
pages/component/radio/radio.vue
@@ -60,7 +60,7 @@
60
}
61
},
62
methods: {
63
- radioChange: function(evt) {
+ radioChange(evt) {
64
for (let i = 0; i < this.items.length; i++) {
65
if (this.items[i].value === evt.target.value) {
66
this.current = i;
0 commit comments