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