fix: fix useTimeoutFn not work

This commit is contained in:
vben
2020-11-21 22:47:10 +08:00
parent f7aa93f5b0
commit b49950a390
13 changed files with 64 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
import { Modal } from 'ant-design-vue';
import { defineComponent, watchEffect } from 'vue';
import { basicProps } from './props';
import { useTimeoutFn } from '@vueuse/core';
import { useTimeoutFn } from '/@/hooks/core/useTimeout';
import { extendSlots } from '/@/utils/helper/tsxHelper';
export default defineComponent({