vue-element-plus-admin icon indicating copy to clipboard operation
vue-element-plus-admin copied to clipboard

A backend management system based on vue3, typescript, element-plus, and vite

Results 143 vue-element-plus-admin issues
Sort by recently updated
recently updated
newest added

1. 当菜单栏样式选择第四个(图标模式),同时打开固定菜单时,如果打开模态框、或者使用导航等存在遮罩时,菜单栏会浮现在顶层。 2. 如果还是按上面方式设置菜单栏时,浏览器缩小到手机大小时,会自适应手机的样式,此时如果再放大到桌面大小,图标菜单栏会变成弹出式的

一个页面有多个表单,甚至有多个同样的表单(每次点击都新增一份表单这种需求)如何分别获取这些表单的值,或者一起注册成功?

Form组件optionApi接口返回空数组时,根据代码,length为空会触发回调,造成回调地狱。 仅Select组件会有此问题,TreeSelect组件没问题。自己项目将!item.componentProps?.options.length 判断删除解决 if ( item.optionApi && (!item.componentProps?.options || !item.componentProps?.options.length) ) { // 内部自动调用接口,不影响其它渲染 getOptions(item.optionApi, item) }