We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e1b7fd commit 637656bCopy full SHA for 637656b
components/vc-picker/hooks/usePresets.ts
@@ -1,7 +1,7 @@
1
import type { ComputedRef } from 'vue';
2
import { computed } from 'vue';
3
4
-import warning from 'ant-design-vue/es/vc-util/warning';
+import warning from '../../vc-util/warning';
5
import type { PresetDate } from '../interface';
6
7
export default function usePresets<T>(
0 commit comments