fix: 修复了开发环境下,点击使用了GiTable菜单自动刷新页面的问题

This commit is contained in:
KAI
2024-10-16 11:24:06 +08:00
parent e29cf88d1c
commit 20bbf6c6af

View File

@@ -24,6 +24,10 @@ export default defineConfig(({ command, mode }) => {
}
}
},
// 添加需要vite优化的依赖
optimizeDeps: {
include: ['vue-draggable-plus']
},
server: {
// 服务启动时是否自动打开浏览器
open: true,