gaoluyang
2026-08-06 c54f9340d6d0dfa95be9e2b57153c13f6c215ceb
src/components/file-preview/file-preview-modal.vue
@@ -14,8 +14,7 @@
const VueOfficeExcel = defineAsyncComponent(() => import('@vue-office/excel'));
const VueOfficePptx = defineAsyncComponent(() => import('@vue-office/pptx'));
// @vue-office/excel 需要额外导入 CSS
import '@vue-office/excel/lib/v3/style.css';
// @vue-office/excel CSS 通过 vite.config.ts 的 css.preprocessorOptions 注入
const props = withDefaults(
  defineProps<{