xTable报错

This commit is contained in:
gexinzhineng/gxzn27 2023-03-06 22:58:05 +08:00
parent c5d05f1d45
commit 71219a2f93

View File

@ -12,7 +12,7 @@ import { useAppStore } from '@/store/modules/app'
import { useDesign } from '@/hooks/web/useDesign'
import { XTableProps } from './type'
import { isBoolean, isFunction } from '@/utils/is'
import styleCss from './style/dark.scss'
import styleCss from './style/dark.scss?inline'
import download from '@/utils/download'
const { t } = useI18n()