chore: migrate to useCustomFieldValue (#9201)
This commit is contained in:
+1
-2
@@ -15,8 +15,7 @@ import {
|
||||
|
||||
// Utils
|
||||
import { popupSharedProps } from './shared';
|
||||
import { createNamespace, extend, isDef } from '../utils';
|
||||
import { callInterceptor } from '../utils/interceptor';
|
||||
import { extend, isDef, callInterceptor, createNamespace } from '../utils';
|
||||
|
||||
// Composables
|
||||
import { useEventListener } from '@vant/use';
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
import { PropType, CSSProperties, TeleportProps } from 'vue';
|
||||
import { truthProp, unknownProp } from '../utils';
|
||||
import type { Interceptor } from '../utils/interceptor';
|
||||
import { truthProp, unknownProp, Interceptor } from '../utils';
|
||||
|
||||
export const popupSharedProps = {
|
||||
// whether to show popup
|
||||
|
||||
Reference in New Issue
Block a user