fix: import type { FormInstance ...} from 'element-plus'

This commit is contained in:
dhb52
2023-04-12 14:19:31 +08:00
parent fbbf4131f6
commit 357a4789f4
5 changed files with 6 additions and 4 deletions

View File

@ -188,7 +188,7 @@ import * as MpAutoReplyApi from '@/api/mp/autoReply'
import { DICT_TYPE, getDictOptions } from '@/utils/dict'
import { dateFormatter } from '@/utils/formatTime'
import { ContentWrap } from '@/components/ContentWrap'
import { TabPaneName } from 'element-plus'
import type { TabPaneName } from 'element-plus'
const message = useMessage()