vue-element-plus-admin
vue-element-plus-admin copied to clipboard
A backend management system based on vue3, typescript, element-plus, and vite
重置功能问题 复现步骤: 1.在可以被收起的表单元素输入或者选择 值 2. 点击收起 再点击展开 3. 点击重置 此时会出现第一步中输入的值 无法被重置
Editor组件需要更新
 截图来自wangEditor文档,Editor组件需要更新props,以满足使用wangEditor v5时,遇到自定义工具栏的需求
BUG: After closing a tab option, the space where the original tab was located on the page will be left blank.
**Now**: After closing a tab option, the space where the original tab was located on the page will be left blank. **Expection**: Close the white space
上传组件在build-pro的页面里在选择上传文件后会报错TypeError: t.upload.addEventListener is not a function
element-plus-Ix-kQ1m3.js:48 Uncaught (in promise) TypeError: t.upload.addEventListener is not a function at fR (element-plus-Ix-kQ1m3.js:48:182695) at element-plus-Ix-kQ1m3.js:48:190299 at Generator.next () at l (element-plus-Ix-kQ1m3.js:1:681)
离线图标库与elmentplus组件冲突
### 禁用在线图标后,发现element-plus 的部分组件使用出现冲突 ### 复现过程 1. 开启离线图标 ```env # 是否使用在线图标 VITE_USE_ONLINE_ICON=false ``` 3. 再代码中使用element-plus组件,比如el-link和 el-upload ```vue 拖拽xls或者xlsx文件到此处 或 点击上传 ``` ### 这是我期望的: ### 实际的:
多级路由:想问问作者getParentLayout()的作用到底是啥,只是看到返回了个name而已
  一直看不懂,当二级菜单下还有多级路由的时候,这个getParentLayout()到底起到什么作用,我也没有发现有 name为ParentLayout的组件,一旦我自己从头开始搭建的时候,直接使用是报错的!求解
当编辑和新增共用一个表单时,编辑表单中未传入某个字段值(比如密码)并且加入空格规则检验,会在进入编辑表单时错误校验(没有空格却打印不能包含空格) 我的解决办法:替换原有 notSpace 函数 ``` const notSpace = (message?: string): FormItemRule => { return { validator: (_, val, callback) => { if (val === null || val === undefined ||...
类型转化有问题
在守卫的permission.ts里 `const roleRouters = userStore.getRoleRouters || [] // 是否使用动态路由 if (appStore.getDynamicRouter) { appStore.serverDynamicRouter ? await permissionStore.generateRoutes('server', roleRouters as AppCustomRouteRecordRaw[]) : await permissionStore.generateRoutes('frontEnd', roleRouters as string[]) } else { await permissionStore.generateRoutes('static')...
异常:TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them at Function.invokeGetter (:3:28) ![Uploading 微信截图_20240618154649.png…]()
deprecated @iconify/[email protected]: no longer maintained, switch to modern iconify-icon web component WARN 8 deprecated subdependencies found: @iconify/[email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]