chore: update deps

This commit is contained in:
vben
2024-08-01 00:06:36 +08:00
parent 546ff7caeb
commit 9b98b3190e
24 changed files with 305 additions and 240 deletions

View File

@@ -42,10 +42,10 @@
"@vben/utils": "workspace:*",
"@vueuse/core": "^10.11.0",
"dayjs": "^1.11.12",
"element-plus": "^2.7.6",
"element-plus": "^2.7.8",
"pinia": "2.1.7",
"vue": "^3.4.34",
"vue-router": "^4.4.0"
"vue": "^3.4.35",
"vue-router": "^4.4.1"
},
"devDependencies": {
"unplugin-element-plus": "^0.8.0"

View File

@@ -65,7 +65,7 @@ const routes: RouteRecordRaw[] = [
},
{
name: 'VbenAntd',
path: '/vben-admin/aned',
path: '/vben-admin/antd',
component: IFrameView,
meta: {
badgeType: 'dot',

View File

@@ -1,13 +1,16 @@
import { defineConfig } from '@vben/vite-config';
import ElementPlus from 'unplugin-element-plus/vite'
import ElementPlus from 'unplugin-element-plus/vite';
export default defineConfig(async () => {
return {
application: {},
vite: {
plugins: [ElementPlus({
format:"esm"
})],
plugins: [
ElementPlus({
format: 'esm',
}),
],
server: {
proxy: {
'/api': {