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(问题描述) tinymce富文本在有初始内容的时候,一开始不能撤销(正常),在这基础上再次编辑,这时候撤销,先是会撤销刚刚编辑的部分,到了初始内容的时候,按理应该不能再继续撤销了,但是这个vue-element-admin封装的tinymce,这时候还能撤销,直接清空了全文(tinymce官方文档是没有这个问题的,vue-element-admin封装的tinymce有这个问题),用户使用时觉得他的数据丢失了(虽然ctrl+Y反撤销直接就能回来,但是不要把用户想的太聪明,哎) 体验地址:https://panjiachen.github.io/vue-element-admin/#/components/tinymce #### Steps to reproduce(问题复现步骤) 1. 使用tinymce,加载初始内容,这时候是不能撤销的 --- 正常 ![image](https://user-images.githubusercontent.com/41480235/114136756-d0cbbd00-993d-11eb-92d7-c728f459ada7.png) 2. 编辑内容,这时候撤销(ctrl+Z或者工具栏undo) --- 正常 ![image](https://user-images.githubusercontent.com/41480235/114136876-f658c680-993d-11eb-9409-12f358964adb.png) 3. 到了初始文档的时候,继续撤销,按理应该不能撤销了,但实际还是可以撤销 --- 不正常 ![image](https://user-images.githubusercontent.com/41480235/114138059-a4b13b80-993f-11eb-9568-9de6782cbc1d.png) 4、继续撤销,就清空全文了 --- 不正常 ![image](https://user-images.githubusercontent.com/41480235/114138135-c6122780-993f-11eb-8948-4783ffb4fec8.png) #### Screenshot...

各位大佬,求 模拟股票交易系统

mock部分已处理。请求和返回值正常,不能跳转。页面提示error。(无其他报错或说找不到其他错误) vue.config.js //空白页面问题 // .plugin('ScriptExtHtmlWebpackPlugin') // .after('html') // .use('script-ext-html-webpack-plugin', [{ // // `runtime` must same as runtimeChunk name. default is `runtime` // inline: /runtime\..*\.js$/ // }]) // .end() //取消请求mock数据 //...

![image](https://github.com/PanJiaChen/vue-element-admin/assets/74694848/b14bd7e7-14f5-42d2-b799-e8d371cb1a0c) 请问下vue中为什么能直接使用nodejs模块呢

我买了java整合后端的代码,现在找不到那个页面了,是不再更新了吗

Fixed an issue where the hidden judgment of menus above the second level is invalid, resulting in blank spaces and arrow icons appearing in the menu.

## Bug report(问题描述) 使用导出excel功能时报错 代码参考文档的 import('@/vendor/Export2Excel').then(excel => { excel.export_json_to_excel({ header: tHeader, //表头 必填 data, //具体数据 必填 filename: 'excel-list', //非必填 autoWidth: true, //非必填 bookType: 'xlsx' //非必填 }) }) #### Steps to...

问题:tagsView中 tab切换刷新不刷新问题,针对那种有url地址传参的详情页,因为入参不一样,需要重新加载页面(要刷新),但是对于用户只是点击切换tab,这种情况url地址不变入参不变的,是不需要刷新页面的 请问有什么好的实现方案!