Skip to content

Commit a930c02

Browse files
committed
fix : 修改 radio 函数书写方式。
1 parent cc09f76 commit a930c02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pages/component/radio/radio.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
}
6161
},
6262
methods: {
63-
radioChange: function(evt) {
63+
radioChange(evt) {
6464
for (let i = 0; i < this.items.length; i++) {
6565
if (this.items[i].value === evt.target.value) {
6666
this.current = i;

0 commit comments

Comments
 (0)