admin-vben/playground/src
ming4762 9f51ddce97 perf: improve `destroyOnClose` for `VbenModal` (#5935)
* perf: 优化Vben Modal destroyOnClose,解决destroyOnClose=false,Modal依旧会被销毁的问题

影响范围(重要):destroyOnClose默认为true,这会导致所有的modal都会默认渲染到body
radix-vue Dialog组件默认会销毁挂载的组件,所以即使destroyOnClose=false,Modal依旧会被销毁的问题
对于一些大表单重复渲染导致卡顿,ApiComponent也会频繁的加载数据

* fix: modal closing animation

---------

Co-authored-by: Netfan <netfan@foxmail.com>
2025-04-14 19:23:07 +08:00
..
adapter perf: optimize bootstrap modules to speed up first-screen loading (#5899) 2025-04-14 19:23:07 +08:00
api feat: pre-set serialization methods for request parameters (#5814) 2025-03-29 20:04:25 +08:00
layouts fix: watermark settings in the preferences modified accidentally (#5823) 2025-03-31 11:09:36 +08:00
locales feat: pre-set serialization methods for request parameters (#5814) 2025-03-29 20:04:25 +08:00
router perf: optimize bootstrap modules to speed up first-screen loading (#5899) 2025-04-14 19:23:07 +08:00
store perf: adjustment of form spelling errors, type adjustment, closer to actual development (#4694) 2024-10-20 21:44:25 +08:00
views perf: improve `destroyOnClose` for `VbenModal` (#5935) 2025-04-14 19:23:07 +08:00
app.vue refactor: migrate demo applications to playground (#4116) 2024-08-11 16:09:32 +08:00
bootstrap.ts perf: optimize bootstrap modules to speed up first-screen loading (#5899) 2025-04-14 19:23:07 +08:00
main.ts refactor: migrate demo applications to playground (#4116) 2024-08-11 16:09:32 +08:00
preferences.ts perf: improve the usage documentation of vben-vxe-table (#4829) 2024-11-06 23:03:33 +08:00