From 3daf8eebf8c0d5b4561f38e21c50818c8f6768b7 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期三, 23 七月 2025 17:23:08 +0800 Subject: [PATCH] 2025.7.23 动态溯源模块封版,发布 --- vite.config.js | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/vite.config.js b/vite.config.js index 3487c29..5cbb041 100644 --- a/vite.config.js +++ b/vite.config.js @@ -2,6 +2,7 @@ import { defineConfig } from 'vite'; import vue from '@vitejs/plugin-vue'; +// import ViteSvgr from 'vite-plugin-svgr'; import Components from 'unplugin-vue-components/vite'; import { ElementPlusResolver } from 'unplugin-vue-components/resolvers'; @@ -9,6 +10,7 @@ export default defineConfig({ plugins: [ vue(), + // ViteSvgr(), Components({ // allow auto load markdown components under `./src/components/` extensions: ['vue', 'md'], @@ -34,6 +36,7 @@ preprocessorOptions: { scss: { additionalData: `@use "@/styles/index.scss" as *;` + // additionalData: '@import "@/styles/index.scss";' } } }, -- Gitblit v1.9.3