fix: deprecate inconsistent config param case (#4172)
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
export default {
|
||||
properties: {
|
||||
step: { type: 'number' },
|
||||
valueType: { type: 'string' },
|
||||
value_type: { type: 'string' },
|
||||
min: { type: 'number' },
|
||||
max: { type: 'number' },
|
||||
},
|
||||
|
Reference in New Issue
Block a user