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

:tada: A magical vue admin https://panjiachen.github.io/vue-element-admin

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

## 我把needTagsView的needTagsView值设置为false后(tags-view v-if="needTagsView" ref="tv"),来回点击切换菜单,会不断触发菜单页的mounted事件,也就是路由中的nochache:false设置失效了 #### Steps to reproduce(问题复现步骤) #### Screenshot or Gif(截图或动态图) #### Link to minimal reproduction(最小可在线还原demo) #### Other relevant information(格外信息) - Your OS: - Node.js version: - vue-element-admin version:

## 我需要默认展开所有的submenu菜单,所以我在data里定义了一个openeds变量,并且在mounted方法里读取所有路由的path赋值给openeds变量,el-menu的:default-openeds="openeds" 绑定了openeds变量。页面初始进入菜单都全部展开了,但是当我使用组件关闭侧边栏后,再打开侧边栏,el-menu菜单只展开了activeMenu的菜单,其他的没有展开!如果把:default-openeds写死,如::default-openeds="['/example', '/charts']",关闭和展开侧边栏都会展开example和charts菜单,但是一旦用data响应式变量就不行 #### Steps to reproduce(问题复现步骤) #### Screenshot or Gif(截图或动态图) ![prob](http://www.weichengyun.top/prob.PNG) ![prob2](http://www.weichengyun.top/prob2.PNG) #### Link to minimal reproduction(最小可在线还原demo) #### Other relevant information(格外信息) - Your OS: windows10 - Node.js version:12.13。1...

npm ERR!Error while executing: npm ERR!C:\Program Files\Git\cmd\git.EXE 1s-remote -h -t git://github.com/adobe-webplatform/eve.git npm ERR! npm ERR!remote:Not Found npm ERR!fatal:repository https://github.com/PanJiaChen/vue-element-admin.gitgithub.com/adobe-webplatform/eve.git/' no t found npm ERR! npm ERR!exited with error code:128 npm...

打包后可以动态修改一些参数配置项

## Question(提问) 项目占用浏览器内存过高,很长时间不释放,这个问题是vue的问题还是el-table组件的问题呢 #### Steps to reproduce(问题复现步骤) 1、将项目中mock\article.js 文件中 count 参数改为 10000 2、设置 src\components\Pagination\index.vue 文件中参数pageSizes 改为 [10, 20, 30, 50, 1000, 3000] 3、在complex table页面上选择每页展示 1000条 或者3000 条,浏览器占用内存800M-1G多,且长时间内存不释放,内存占用到1g以后浏览器出现卡死现象,可能导致死机。 4、模板上的数据是10几个显示字段,我这边真实数据每条50多个字段,每页显示500条的时候,内存占用大概800-900M。 5、切换页面后,内存有所减少从800M降到了500M,基本保持在500M左右。 ####...

## Bug report(问题描述) #### Steps to reproduce(问题复现步骤) 随着Node版本的提高,目前这个项目已经运行不起来了。 我解决了几个问题,同步在这里,大家可以参考一下。 https://github.com/snowdreamtech/vue-element-admin #### Screenshot or Gif(截图或动态图) #### Link to minimal reproduction(最小可在线还原demo) #### Other relevant information(格外信息) - Your OS: - Node.js version: -...

我在.env.production文件中以域名的形式配置了后端地址 ![image](https://github.com/PanJiaChen/vue-element-admin/assets/55737653/ca7c9eb1-1142-4169-ac71-b47a222c62c8) 但是我用域名对应的内网ip却只能获取到静态资源,在向后端请求数据时报错 ![image](https://github.com/PanJiaChen/vue-element-admin/assets/55737653/b8a144c1-1d8d-412a-8e7b-1d249eace67f) 是否不能这样访问。或者有其他的解决办法

在安装vue-admin-element的过程中经常会出现[email protected]: Permission denied (publickey)错误,原因是npm包的作者使用的ssh协议导致,本地.ssh又没有配置秘钥,导致无法下载代码到本地,强制转换ssh协议成https npm ERR! npm WARN using --force Recommended protections disabled. npm ERR! npm ERR! code 128 npm ERR! npm ERR! An unknown git error occurred npm ERR!...

![image](https://github.com/PanJiaChen/vue-element-admin/assets/35098590/d350e174-f8fc-417f-a62b-101b64fdd0d7) ## Feature request(新功能建议) # vue3-admin-plus The plus version of vue3-admin-ts , provide enterprise-class using demo suggestion the Node.js >= 16.0.0。 ## Documents - [Official Documentation](https://github.jzfai.top/vue3-admin-doc/) - [中文官网](https://github.jzfai.top/vue3-admin-cn-doc/) ## Online...

我自己研究了两天都没弄明白,就是关于获取用户信息接口那里,我可以用自己写的字段么。 这是花裤衩大大写的关于用户信息的每个字段 ``` const data= { roles: ['admin'], introduction: 'I am a super administrator', avatar: 'https://wpimg.wallstcn.com/f778738c-e4f8-4870-b634-56703b4acafe.gif', name: 'Super Admin' } ``` 我想改成自己的,那需要修改哪几个地方。。。 ``` 这是store/modules/user const state = { token:getToken(), admin_id:cookdata.admin_id,...