mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 03:44:48 +00:00
chore: remove isNaN util, re-organize validate utils (#8473)
This commit is contained in:
@@ -9,10 +9,10 @@ import {
|
||||
} from 'vue';
|
||||
|
||||
// Utils
|
||||
import { isDate } from '../utils/validate/date';
|
||||
import {
|
||||
pick,
|
||||
range,
|
||||
isDate,
|
||||
padZero,
|
||||
createNamespace,
|
||||
ComponentInstance,
|
||||
|
Reference in New Issue
Block a user