mineadmin / MineAdmin-Vue

MineAdmin Vue 是一个开源免费专门适配于 MineAdmin 后台权限管理系统的前端中后台模板,使用了 vue3, vite5, pinia, arco design, javascript 等主流开发技术,未使用Typescript,我们选择了简单。
MIT License
314 stars 102 forks source link

Fix: System Config Page Initialization (#191) #193

Closed People-Sea closed 2 months ago

People-Sea commented 2 months ago

Fix: System Config Page Initialization (#191) Corrects form init before dynamic data arrival on the system config page.

Fix(ma-editor): Image Upload Callback Fix Updates images_upload_handler to use progress instead of success for callback consistency with TinyMCE standards.