chore: remove isNaN util, re-organize validate utils (#8473)
This commit is contained in:
@@ -9,8 +9,12 @@ import {
|
||||
} from 'vue';
|
||||
|
||||
// Utils
|
||||
import { ComponentInstance, createNamespace, isObject } from '../utils';
|
||||
import { isMobile } from '../utils/validate/mobile';
|
||||
import {
|
||||
isObject,
|
||||
isMobile,
|
||||
createNamespace,
|
||||
ComponentInstance,
|
||||
} from '../utils';
|
||||
|
||||
// Composables
|
||||
import { useExpose } from '../composables/use-expose';
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
import { PropType, ref, defineComponent } from 'vue';
|
||||
|
||||
// Utils
|
||||
import { ComponentInstance, createNamespace } from '../utils';
|
||||
import { isAndroid } from '../utils/validate/system';
|
||||
import { isAndroid, ComponentInstance, createNamespace } from '../utils';
|
||||
|
||||
// Components
|
||||
import { Cell } from '../cell';
|
||||
|
||||
Reference in New Issue
Block a user