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
+3 -2
View File
@@ -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
+7 -2
View File
@@ -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,