mirror of
https://github.com/youzan/vant.git
synced 2026-01-17 03:00:54 +08:00
chore: migrate to useCustomFieldValue (#9201)
This commit is contained in:
@@ -7,9 +7,14 @@ import {
|
||||
} from 'vue';
|
||||
|
||||
// Utils
|
||||
import { truthProp, createNamespace, getZIndexStyle } from '../utils';
|
||||
import { BORDER_TOP_BOTTOM } from '../utils/constant';
|
||||
import { callInterceptor, Interceptor } from '../utils/interceptor';
|
||||
import {
|
||||
truthProp,
|
||||
Interceptor,
|
||||
getZIndexStyle,
|
||||
createNamespace,
|
||||
callInterceptor,
|
||||
BORDER_TOP_BOTTOM,
|
||||
} from '../utils';
|
||||
|
||||
// Composables
|
||||
import { useChildren } from '@vant/use';
|
||||
|
||||
Reference in New Issue
Block a user