mirror of
https://github.com/youzan/vant.git
synced 2026-01-16 01:00:26 +08:00
chore: migrate to useCustomFieldValue (#9201)
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import { PropType, defineComponent, InjectionKey } from 'vue';
|
||||
import { truthProp, createNamespace } from '../utils';
|
||||
import { BORDER_TOP_BOTTOM } from '../utils/constant';
|
||||
import { truthProp, createNamespace, BORDER_TOP_BOTTOM } from '../utils';
|
||||
import { useChildren } from '@vant/use';
|
||||
|
||||
const [name, bem] = createNamespace('collapse');
|
||||
|
||||
Reference in New Issue
Block a user