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

a vue2.0 minimal admin template

Results 149 vue-admin-template issues
Sort by recently updated
recently updated
newest added

在网上看到了大多数Demo,都是列表页和编辑页在同一页面,可以共用参数,如果列表页与编辑页在不同页面呢,如果共用参数?当然了,当编辑页时是可以传值过去,但编辑页修改完后呢,怎么把值再传回来?谢谢。

![image](https://user-images.githubusercontent.com/38181072/87281600-f601db00-c525-11ea-91d7-70106e93cb55.png) ![image](https://user-images.githubusercontent.com/38181072/87281644-03b76080-c526-11ea-930a-f001d98c388e.png)

![3](https://user-images.githubusercontent.com/12194000/201627078-85b67998-938f-4974-af97-7ff75f07243e.jpg) This blog has helped me: https://www.cnblogs.com/ykbk/p/16615610.html ![2](https://user-images.githubusercontent.com/12194000/201627390-9e39a5fa-3562-4bf1-a587-f10258f55dad.jpg)

解决:issues里面众多的安装依赖失败问题和npm run dev报错问题 1. 安装依赖失败问题 npm yarn 均会失败,建议使用pnpm 2. npm run dev报错,只需要升级一下svg-sprite-loader版本即可 成功启动!!!

git clone https://github.com/PanJiaChen/vue-admin-template 安装依赖: 运行:

https://github.com/PanJiaChen/vue-admin-template/blob/4c18a3f47bdb417ad8a25f09910f848cb574dee2/src/layout/components/Sidebar/SidebarItem.vue#L56 为什么不是这么写? ``` return { onlyOneChild:null }; ```` 我看 先前的提交版本 5bfadbc118e5a3e4a038549ca6dd94ae5c27cc15 中 是放置到了 return的返回值中,后来就移走了

🚀 [GitHub](https://github.com/un-pany/v3-admin-vite) 🚀 [Gitee](https://gitee.com/un-pany/v3-admin-vite) ## ⚡ Introduction v3-admin-vite is a free and open source middle and background management system basic solution, based on mainstream framework such as Vue3, TypeScript, Element-Plus,...

有没有基于这个vue-admin-template去迁移至vue3啊?