chore: remove isNaN util, re-organize validate utils (#8473)
This commit is contained in:
@@ -9,8 +9,7 @@ import {
|
||||
} from 'vue';
|
||||
|
||||
// Utils
|
||||
import { pick, getScrollTop, ComponentInstance } from '../utils';
|
||||
import { isDate } from '../utils/validate/date';
|
||||
import { pick, isDate, getScrollTop, ComponentInstance } from '../utils';
|
||||
import {
|
||||
t,
|
||||
bem,
|
||||
|
||||
Reference in New Issue
Block a user