Commit 01837ad5 by puhui999

解决导入css报警告的问题

解决方法来源 https://github.com/vitejs/vite/pull/10762
parent d95de359
...@@ -12,7 +12,7 @@ import { useAppStore } from '@/store/modules/app' ...@@ -12,7 +12,7 @@ import { useAppStore } from '@/store/modules/app'
import { useDesign } from '@/hooks/web/useDesign' import { useDesign } from '@/hooks/web/useDesign'
import { XTableProps } from './type' import { XTableProps } from './type'
import { isBoolean, isFunction } from '@/utils/is' import { isBoolean, isFunction } from '@/utils/is'
import styleCss from './style/dark.scss' import styleCss from './style/dark.scss?inline'
import download from '@/utils/download' import download from '@/utils/download'
const { t } = useI18n() const { t } = useI18n()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment