Browse Source

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

芋道源码 2 years ago
parent
commit
19de304f32
1 changed files with 1 additions and 1 deletions
  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()