fix: fix utils (#1792)

This commit is contained in:
0song 2021-04-09 13:45:21 +08:00 committed by GitHub
parent a17088d5eb
commit 996c405b7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
import { isNumber } from '@element-plus/utils/util'
import { isNumber } from './util'
export const isValidWidthUnit = (val: string | number): boolean =>{
if(isNumber(val)){