mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-11-30 02:57:50 +08:00
fix: picker import error
This commit is contained in:
parent
0e1b7fd94f
commit
637656b0c3
@ -1,7 +1,7 @@
|
||||
import type { ComputedRef } from 'vue';
|
||||
import { computed } from 'vue';
|
||||
|
||||
import warning from 'ant-design-vue/es/vc-util/warning';
|
||||
import warning from '../../vc-util/warning';
|
||||
import type { PresetDate } from '../interface';
|
||||
|
||||
export default function usePresets<T>(
|
||||
|
Loading…
Reference in New Issue
Block a user