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

This commit is contained in:
shizhong
2023-06-13 12:26:54 +08:00
parent 3b44b42da8
commit a543ae0a4e
4 changed files with 4 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()