Skip to content

Commit 01837ad

Browse files
author
puhui999
committed
解决导入css报警告的问题
解决方法来源 vitejs/vite#10762
1 parent d95de35 commit 01837ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/XTable/src/XTable.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { useAppStore } from '@/store/modules/app'
1212
import { useDesign } from '@/hooks/web/useDesign'
1313
import { XTableProps } from './type'
1414
import { isBoolean, isFunction } from '@/utils/is'
15-
import styleCss from './style/dark.scss'
15+
import styleCss from './style/dark.scss?inline'
1616
import download from '@/utils/download'
1717
1818
const { t } = useI18n()

0 commit comments

Comments
 (0)