We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5d05f1 commit 71219a2Copy full SHA for 71219a2
src/components/XTable/src/XTable.vue
@@ -12,7 +12,7 @@ import { useAppStore } from '@/store/modules/app'
12
import { useDesign } from '@/hooks/web/useDesign'
13
import { XTableProps } from './type'
14
import { isBoolean, isFunction } from '@/utils/is'
15
-import styleCss from './style/dark.scss'
+import styleCss from './style/dark.scss?inline'
16
import download from '@/utils/download'
17
18
const { t } = useI18n()
0 commit comments