feat(@vant/use): add useCustomFieldValue (#9200)

* feat(@vant/use): add useCustomFieldValue

* chore: upd
This commit is contained in:
neverland
2021-08-07 16:01:11 +08:00
committed by GitHub
parent 86f6692284
commit a4a2a3cb0f
2 changed files with 25 additions and 0 deletions
+1
View File
@@ -8,4 +8,5 @@ export * from './useWindowSize';
export * from './useScrollParent';
export * from './useEventListener';
export * from './usePageVisibility';
export * from './useCustomFieldValue';
export * from './onMountedOrActivated';