Skip to content

Commit

Permalink
feat: 修缮es6语法格式
Browse files Browse the repository at this point in the history
  • Loading branch information
weishuodan committed Nov 16, 2023
1 parent 76d86cc commit cd4afec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/license-plate/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ export default {
if (this.selectedIndex === 1) {
numbers = this.numbers.map(item => {
return {
...item,
value: item.value,
disabled: true,
}
})
Expand Down

0 comments on commit cd4afec

Please sign in to comment.