chore: migrate to useCustomFieldValue (#9201)
This commit is contained in:
@@ -7,11 +7,12 @@ import {
|
||||
addUnit,
|
||||
truthProp,
|
||||
isFunction,
|
||||
BORDER_TOP,
|
||||
BORDER_LEFT,
|
||||
unknownProp,
|
||||
callInterceptor,
|
||||
createNamespace,
|
||||
} from '../utils';
|
||||
import { callInterceptor } from '../utils/interceptor';
|
||||
import { BORDER_TOP, BORDER_LEFT } from '../utils/constant';
|
||||
import { popupSharedProps, popupSharedPropKeys } from '../popup/shared';
|
||||
|
||||
// Components
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
import { App, CSSProperties, TeleportProps } from 'vue';
|
||||
import { inBrowser, ComponentInstance, withInstall, extend } from '../utils';
|
||||
import { Interceptor } from '../utils/interceptor';
|
||||
import {
|
||||
extend,
|
||||
inBrowser,
|
||||
withInstall,
|
||||
Interceptor,
|
||||
ComponentInstance,
|
||||
} from '../utils';
|
||||
import { mountComponent, usePopupState } from '../utils/mount-component';
|
||||
import VanDialog, {
|
||||
DialogTheme,
|
||||
|
||||
Reference in New Issue
Block a user