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(问题描述) scss文件 :export 暴露出变量使用不了 #### Steps to reproduce(问题复现步骤) 上图直接: ![image](https://user-images.githubusercontent.com/99474694/183592135-faa3588b-92c1-4a46-8fdb-41276734b9cf.png) ![image](https://user-images.githubusercontent.com/99474694/183592178-6c71133c-288b-4724-8dfc-57494a438e1c.png) 在setup中return 出来最后没效果,试着在export 外面log出来,结果为空(setup里面也为空),看了一下配置应该是不用插件来预加载的呀,此处已经使用 style-resources-loader 全局自动注入所有 scss 样式文件了 #### Screenshot or Gif(截图或动态图) ![image](https://user-images.githubusercontent.com/99474694/183563363-9d4d0d38-d651-47f9-b386-3401872c9a33.png) 背景加了 #031120 深蓝色但是没正常效果(正图太丑我就不放了) #### Link...

node升级到18的版本,项目重新install时,提示vs版本过低,安装了vs2019还是报错,有啥好的解决办法吗?难道只能降node版本吗? `5769 error gyp ERR! find VS ************************************************************** 5769 error gyp ERR! find VS 5769 error gyp ERR! configure error 5769 error gyp ERR! stack Error: Could not find any...

如果遇到 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: unable to connect to github.com 的话可以尝试一下把 ”git://“ 换成“https://” 终端:git config --global url."https://".insteadOf...

emptyGif: 'https://wpimg.wallstcn.com/0e03b7da-db9e-4819-ba10-9016ddfdaed3' emptyGif的地址访问不了了,有没有新的地址

疑问:百度了,说是dart-sass的问题, 解决方案:去掉dart-sass 改回node-sass, (pass) 求解??? ![QQ图片20201202112848](https://user-images.githubusercontent.com/56266843/100824785-dac24880-3491-11eb-96d5-a3c3ee96a7ee.png)

在Theme模块 勾选Change Theme会发现: 1、左侧菜单栏图标上下抖动,不再居中; 2、Example菜单前的图标宽度压缩。

基于vue-element-admin的风格,将模板升级到vue3 / React + ts / js版本 --- 包含 Vuex 版本(2.x) 和 Pinia 版本 - JavaScript 版: [Vite-Element-Admin(Github)](https://github.com/mvpyb/vite-element-admin) - JavaScript 版: [Vite-Element-Admin(Gitee)](https://gitee.com/simmon_page/vite-element-admin-ts) --- - Typescript 版: [Vite-Element-Admin-ts(Github)](https://github.com/mvpyb/vite-element-admin-ts) - Typescript 版:...

# 2022/07/08更新了写法(往下翻翻),原内容已过时 # 以下为原内容 --- 2018年就有相关提问,最后似乎作者似乎也没有把这个问题解决?好像也不怎么更新维护了 最近折腾这个问题提供一个方案: 1.**src/store/modules/tagsView.js**中修改ADD_CACHED_VIEW方法,将二级菜单加入缓存 ```js ADD_CACHED_VIEW: (state, view) => { if (state.cachedViews.includes(view.name)) return; const { matched, meta, name } = view; if (!meta.noCache) { if (matched.length...

## Question(提问) #### Steps to reproduce(问题复现步骤) #### Screenshot or Gif(截图或动态图) #### Link to minimal reproduction(最小可在线还原demo) #### Other relevant information(格外信息) - Your OS: - Node.js version: - vue-element-admin version: