!17 xTable警告

Merge pull request !17 from 周建/master
This commit is contained in:
芋道源码 2023-03-07 00:33:42 +00:00 committed by Gitee
commit 19de304f32
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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()