mirror of
https://github.com/vform666/variant-form3-vite.git
synced 2024-11-13 02:59:22 +08:00
修复设置统一栅格列高度报错的问题。
This commit is contained in:
parent
d0948f36e5
commit
bfff0d34d5
@ -19,8 +19,8 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
inputNumberHandler({target}) {
|
inputNumberHandler(value) {
|
||||||
target.value = target.value.replace(/[^0-9]/gi, '')
|
value = value.replace(/[^0-9]/gi, '')
|
||||||
},
|
},
|
||||||
|
|
||||||
onRemoteChange(val) {
|
onRemoteChange(val) {
|
||||||
|
Loading…
Reference in New Issue
Block a user