chore: remove isNaN util, re-organize validate utils (#8473)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { CSSProperties } from 'vue';
|
||||
import { isDef, inBrowser } from '../base';
|
||||
import { isNumeric } from '../validate/number';
|
||||
import { inBrowser } from '../base';
|
||||
import { isDef, isNumeric } from '../validate';
|
||||
|
||||
export function addUnit(value?: string | number): string | undefined {
|
||||
if (!isDef(value)) {
|
||||
|
||||
Reference in New Issue
Block a user