Skip to content

Commit

Permalink
fix: 修复了开发环境下,点击使用了GiTable菜单自动刷新页面的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
KAI committed Oct 16, 2024
1 parent e29cf88 commit 20bbf6c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ export default defineConfig(({ command, mode }) => {
}
}
},
// 添加需要vite优化的依赖
optimizeDeps: {
include: ['vue-draggable-plus']
},
server: {
// 服务启动时是否自动打开浏览器
open: true,
Expand Down

0 comments on commit 20bbf6c

Please sign in to comment.