vue-devui icon indicating copy to clipboard operation
vue-devui copied to clipboard

UI components based on Vue3 and DevUI Design

Results 255 vue-devui issues
Sort by recently updated
recently updated
newest added

### What problem does this feature solve 我想使用自定义的data树形结构,比如后台返回的数据是[{title: 'Parent node 1'},{title: 'Parent node 1'}]而非label ### What does the proposed API look like 可不可以加个自定义字段名的属性 :prop="{ label: 'title'}"

feature

[1770]https://github.com/DevCloudFE/vue-devui/issues/1770 修改后效果 ![image](https://github.com/DevCloudFE/vue-devui/assets/37261842/af916464-a2c0-4027-b50b-ee33852b4601)

bug

### Version 1.6.0 ### Vue Version 1.6.0 ### Link to minimal reproduction - 我们的项目是公司内部项目,无法提供相关link - 但是可以[参考官网里该组件的示例](https://vue-devui.github.io/components/code-review/#%E5%9F%BA%E6%9C%AC%E7%94%A8%E6%B3%95),切换双栏模式,构造一条右边12行的评论数据,这样就可以复现报错 ### Step to reproduce 1. [参考官网里该组件的示例](https://vue-devui.github.io/components/code-review/#%E5%9F%BA%E6%9C%AC%E7%94%A8%E6%B3%95) 2. 参考官网示例构造评论数据,注意需要构造一条右边12行的评论数据,这样就可以复现报错 3. 总结来说就是需要构造评论节点和展开按钮节点相邻的数据即可复现,那么向上展开的按钮和上下展开的按钮应该都会复现此问题 - 问题场景如下图: ![image](https://github.com/DevCloudFE/vue-devui/assets/32578019/79954b85-4752-4947-ab68-c710b8c996fe) -...

bug

### Version 1.6.0 ### Vue Version 3.3.4 ### Link to minimal reproduction [PSplitter, PSplitterPane](https://open.gitcode.host/components/splitter/#%E5%9F%BA%E6%9C%AC%E7%94%A8%E6%B3%95) ![image](https://github.com/DevCloudFE/vue-devui/assets/37261842/6a210433-a67d-4af7-b006-03339f694a88) ### Step to reproduce 在d-splitter-pane 上增加 v-for="item in 3" ### What is expected _No response_...

bug

22号之前上线流水线功能,本周需要提供一下两个流水线相关组件 ## 流水线详情组件 ![image](https://github.com/DevCloudFE/vue-devui/assets/17384678/de0120bb-4c16-4bf6-aaa0-339a7c4b7820) - 需要展示流水线中的各步骤信息与当前进行状态(成功,失败,待运行) - 各个卡片有对应的点击事件,以便触发表单编辑 ## 流水线日志组件 ![image](https://github.com/DevCloudFE/vue-devui/assets/17384678/f801bf2a-8e4c-49d7-be94-d735eb6fa980) - 需要的组件为图中的黑色终端,显示当前任务日志

feature

### Version v1.4.1 ### Vue Version v1.4.1 ### Link to minimal reproduction [https://vue-devui.github.io/components/notification/](notification) ### Step to reproduce 连续且快速点击`基本用法`按钮多次,直到Notification全部消失之后停止点击。一段时间内(大约二十秒左右),点击`基本用法`、`消息标题`等按钮没有任何效果 ### What is expected 希望点击一直有效 ### What is actually happening 一段时间内按钮失效 ###...

bug
good first issue

### What problem does this feature solve 接入第三方评论目前不太好用 用render函数结合h 很麻烦 希望官方有自己的一套方案 ### What does the proposed API look like Review组件的评论 希望可以有一套类似于github gitlab的评论 二进制文件预览功能 目前的二进制预览功能是给下面的直接干掉了 但是按理来讲应该有个提示 无法预览 图片资源等应该是可以预览的

feature

### Version 1.6.0 ### Vue Version 3.3.4 ### Link to minimal reproduction Primary ### Step to reproduce 执行npm create vue@latest 创建一个vue3+ts+router+pinia的项目 然后按照https://vue-devui.github.io/quick-start/这个来引入组件 默认的button按钮的样式很小 ![image](https://github.com/DevCloudFE/vue-devui/assets/105619736/4d7c7def-169f-44d5-a734-442f3373d383) ![image](https://github.com/DevCloudFE/vue-devui/assets/105619736/a63f4fa7-d3d5-4f41-ac8f-0203d1bfb614) ### What is expected 我希望这是一个正常大小的按钮...

bug

Vue DevUI v2.0 版本计划发布以下内容,欢迎在评论区认领任务! ## 组件完善 - [ ] #1365 - [ ] #922 - [ ] #873 - [ ] #496 - [ ] #1369 - [ ] #1370...