chore: migrate to useCustomFieldValue (#9201)

This commit is contained in:
neverland
2021-08-07 16:22:02 +08:00
committed by GitHub
parent 6de05f45d2
commit 1bfcbab2fa
36 changed files with 113 additions and 103 deletions

View File

@@ -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';