update 升级全部依赖版本

update element-plus 2.9.8
update pinia 3.0.2
update vue-router 4.5.0
update vue-types 6.0.0
update vxe-table 4.13.7
update sass 1.87.0
update typescript 5.8.3
update vite 6.3.2
........等等很多版本
This commit is contained in:
疯狂的狮子Li
2025-04-22 15:23:36 +08:00
parent e5de3f4e9d
commit de22609196
4 changed files with 33 additions and 28 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ import i18n from '@/lang/index';
// vxeTable
import VXETable from 'vxe-table';
import 'vxe-table/lib/style.css';
VXETable.config({
VXETable.setConfig({
zIndex: 999999
});