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

有三级嵌套路由,他们逻辑上有嵌套,但是视图上没有嵌套,下面路由的部分 ``` { path: '/account', component: Layout, redirect: '/account/userList', name: 'account', meta: { title: '账号管理', icon: 'user' }, children: [ { path: 'userList', name: 'userList', component: () => import('@/views/account/userList'), meta:...

Vite + Vue3 + ElementPlus + Typescript 管理后台前端简易框架 #### 这里是element-plus版本,如果你更倾向于使用antd,请[点击这里](https://github.com/1esse/vue-clownfish-admin)。 ## ✨ 最新版本 v1.0.5 1. 新增环境配置,支持staging预发布环境 2. 支持mock模拟接口,appConfig.ts文件中开启 ```language=typescript // appConfig.ts /** * 使用mock代理api请求:on开,off关 */ export const mock: 'on' |...

## Feature request(新功能建议) 建议mock/index.js中的responseFake和export default mocks.map移动到mock-server.js中去。并在mock/index.js中导出纯mocks数组 这样,mock完全就是mock的内容, 而mock-server.js只需要依赖mock/index.js中的mocks数组,也只是完全的mock-server的内容

## Bug report(问题描述) #### Steps to reproduce(问题复现步骤) 1. 当导航侧边栏collapse收起时,鼠标移出三级菜单时二级菜单不会隐藏,同样鼠标移出四级菜单时二级三级菜单不会隐藏 #### Screenshot or Gif(截图或动态图) ![Issue](https://user-images.githubusercontent.com/42999450/89484855-037f4d80-d7d2-11ea-84ab-86b6b0af50a2.gif)

请问有没有vue3版本的?是否有升级vue3开发计划?

7289 error An unknown git error occurred 7290 error command git --no-replace-objects ls-remote ssh://[email protected]/adobe-webplatform/eve.git 7291 error [email protected]: Permission denied (publickey). 7291 error fatal: Could not read from remote repository.

npm ERR! Error while executing: npm ERR! D:\Git\cmd\git.EXE ls-remote -h -t git://github.com/adobe-webplatform/eve.git npm ERR! npm ERR! fatal: protocol '“https' is not supported npm ERR! npm ERR! exited with error code:...

## Feature request(新功能建议)