Skip to content

Commit 637656b

Browse files
committed
fix: picker import error
1 parent 0e1b7fd commit 637656b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/vc-picker/hooks/usePresets.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { ComputedRef } from 'vue';
22
import { computed } from 'vue';
33

4-
import warning from 'ant-design-vue/es/vc-util/warning';
4+
import warning from '../../vc-util/warning';
55
import type { PresetDate } from '../interface';
66

77
export default function usePresets<T>(

0 commit comments

Comments
 (0)