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

## Bug report(问题描述) #### Steps to reproduce(问题复现步骤) 1.进入项目目录 "vue-element-admin" 2.输入指令:“npm install” 截图 ![image](https://user-images.githubusercontent.com/103326283/162581635-0993a73a-13a3-40d4-99b2-50a3c3e6845a.png) #### Other relevant information(格外信息) - OS:Win10 - Node.js version:16.14.2 - vue-element-admin version:@vue/cli 5.0.4

complex table添加和编辑 为什么要写在一起呢 很多时候2个字段都不一样吧

拉取vue-element-admin代码后 执行 npm install --registry=https://registry.npm.taobao.org 报错了 报错信息如下 npm notice npm notice New minor version of npm available! 8.5.0 -> 8.6.0 npm notice Changelog: https://github.com/npm/cli/releases/tag/v8.6.0 npm notice Run npm install -g...

> ![image](https://user-images.githubusercontent.com/33920858/162691763-d55b8a83-6d41-43f9-a2e2-0a991450be64.png) 有大佬遇到这种错误吗?怎么解决这种报错 我安装了VS2019,安装时勾选包含c++的桌面开发选项,然后再运行 npm config set msvs_version 2019就成功了 _Originally posted by @redleaves1 in https://github.com/PanJiaChen/vue-element-admin/issues/24#issuecomment-1096736373_

URL以POST方式请求,页面提示:Cannot POST / ![2](https://user-images.githubusercontent.com/103423833/162727454-c78b43ac-721d-4f0c-ba16-aafb5441b659.png)

二级菜单代码为,点击三级菜单时,layout组件里,cachedViews没有存进二级菜单那个name,从而导致三级页面设置为缓存时失效

Hi, I want to deploy this SPA using Caddy2 server but cannot find any working Caddyfile example

## Bug report(问题描述) git clone代码后,npm install报错 #### Screenshot or Gif(截图或动态图) `PS C:\Users\Admin\Desktop\vue-element-admin-i18n> npm install > [email protected] install C:\Users\Admin\Desktop\vue-element-admin-i18n\node_modules\nodejieba > node-pre-gyp install --fallback-to-build node-pre-gyp WARN Using request for node-pre-gyp https download...

7279 verbose node v16.14.2 7280 verbose npm v8.5.0 7281 error code 128 7282 error An unknown git error occurred 7283 error command git --no-replace-objects ls-remote ssh://[email protected]/nhn/raphael.git 7284 error [email protected]: Permission...

升级vue-router后出现这个错误:Uncaught (in promise) Error: Redirected when going from "/login?redirect=%2Fdashboard" to "/dashboard" via a navigation guard. 发现错误是在permission.js中next({ ...to, replace: true })这里跳转的时候报错,不知道有什么解决方法?