瀏覽代碼

!17 xTable警告
Merge pull request !17 from 周建/master

芋道源码 2 年之前
父節點
當前提交
19de304f32
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/XTable/src/XTable.vue

+ 1 - 1
src/components/XTable/src/XTable.vue

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