File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 5858 "@eslint/js" : " ^8.56.0" ,
5959 "@unocss/extractor-svelte" : " ^66.4.2" ,
6060 "@unocss/preset-wind3" : " ^66.4.2" ,
61+ "@unocss/vite" : " ^66.5.0" ,
6162 "@vitejs/plugin-legacy" : " ^6.0.0" ,
6263 "@vitejs/plugin-vue" : " ^5.0.3" ,
6364 "@vue/cli-plugin-babel" : " ~5.0.8" ,
7273 "dotenv" : " ^16.4.5" ,
7374 "eslint" : " ^8.57.0" ,
7475 "eslint-plugin-vue" : " ^9.19.2" ,
76+ "globals" : " ^16.3.0" ,
7577 "sass" : " ^1.78.0" ,
7678 "terser" : " ^5.31.6" ,
7779 "unocss" : " ^66.4.2" ,
Original file line number Diff line number Diff line change 1111 :content =" userStore.userInfo.nickName"
1212 />
1313 <gva-header />
14- <div class =" flex flex-row w-full pt-16 box-border h-full" >
14+ <div class =" flex flex-row w-full gva-container pt-16 box-border ! h-full" >
1515 <gva-aside
1616 v-if ="
1717 config.side_mode === 'normal' || config.side_mode === 'sidebar' ||
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import vueDevTools from 'vite-plugin-vue-devtools'
99import VueFilePathPlugin from './vitePlugin/componentName/index.js'
1010import { svgBuilder } from 'vite-auto-import-svg'
1111import { AddSecret } from './vitePlugin/secret'
12- import UnoCSS from 'unocss/vite'
12+ import UnoCSS from '@ unocss/vite'
1313
1414// @see https://cn.vitejs.dev/config/
1515export default ( { mode } ) => {
You can’t perform that action at this time.
0 commit comments