mirror of
				https://github.com/vform666/variant-form3-vite.git
				synced 2025-10-31 16:51:49 +08:00 
			
		
		
		
	修复设置统一栅格列高度报错的问题。
This commit is contained in:
		| @@ -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) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user