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 https://vue-devui.github.io/components/fullscreen/ 主要测试 Fullscreen组件的以下功能: - [x] 设置是否启动全屏 v-model - [x] 设置全屏模式为普通和沉浸式 mode - [ ] 设置全屏层级 z-index ### What does the proposed API look...

[https://vue-devui.github.io/components/badge](https://vue-devui.github.io/components/badge) 主要测试Badge组件的以下功能: - [x] 1、count是否正常显示(考虑max-count比较大的情况,显示是否正常) - [x] 2、max-count逻辑是否正确 - [x] 3、只显示圆点,不显示数字 - [x] 4、五种状态显示是否正常 - [x] 5、四种位置显示是否正常 - [x] 6、背景颜色是否正常设置(bg-color优先级 > status) - [x] 7、设置文本颜色 - [x] 8、偏移量设置

### Version latest ### Vue Version latest ### Link to minimal reproduction https://codesandbox.io/s/strange-jang-u0ws81?file=/src/App.vue ### Step to reproduce - 导入组件 - 写入代码`未读消息` ### What is expected 应该正常显示默认颜色的badge ### What is actually...

bug

### What problem does this feature solve 属性为空字符串当作一种类型,从开发设定上来说不太合理,而且在某些代码检测插件下可能会被纠错处理 ![image](https://user-images.githubusercontent.com/35209766/163675012-5368af41-6ce7-484f-8fe4-97258c82b0c6.png) ### What does the proposed API look like 可以改成Normal这种语义更明确的字段

bug

### What problem does this feature solve 目前可选的样式太少了,而且不美观,search又是个使用场景非常多的组件,完全可以根据使用场景提供更多的展示效果,目前默认样式的太过原生了, ![image](https://user-images.githubusercontent.com/35209766/163674935-f5d9f202-ddb9-4a3c-a956-2c31fc396bb7.png) 以普及率比较高的antd为例 ![image](https://user-images.githubusercontent.com/35209766/163674912-e4fe7c1b-036f-4444-89da-ced3553b861a.png) ### What does the proposed API look like 建议在后续的更新中可以根据使用场景提供更多的展示效果

feature

### Version 1.0.0-rc.5 ### Vue Version 3.2.31 ### Link to minimal reproduction https://vue-devui.github.io/components/splitter/ ### Step to reproduce ![splitter-bug2](https://user-images.githubusercontent.com/6957175/163706019-f82e6ea5-7ebd-4eff-b94f-b45279ef5e92.gif) ![splitter-bug](https://user-images.githubusercontent.com/6957175/163706030-ead47bad-67d1-43ab-8d37-c5184131dc89.gif) 只要设置了最小宽度,拖动鼠标超过最小宽度时,会自动选中面板中的内容。而且,拖动的时候,容易出现鼠标失联,鼠标左键松开之后分隔条还跟着鼠标移动 ### What is expected _No response_ ### What is actually...

bug

### What problem does this feature solve 现阶段开发者如果想要自定义主题的话,需要一层一层的翻开源代码,然后覆盖变量。 我认为或许在每个组件的文档中写出使用的变量或许可以帮助开发者更好的定制主题 ### What does the proposed API look like 最好是列出一个分页表格。例如 |变量名|默认值| |:-:|:-:| |...|...| > 分页器

documentation
good first issue
contribution welcome

https://vue-devui.github.io/components/icon 主要测试 `Table` 组件以下功能: Table 相关 - [x] 设置data数据 - [ ] 设置striped斑马纹 - [ ] 设置size表格大小 - [ ] 设置max-width最大宽度 - [ ] 设置max-height最大高度 - [ ] 设置table-width宽度 -...

[https://vue-devui.github.io/components/switch/](https://vue-devui.github.io/components/switch/) 主要测试 `Switch` 组件的以下功能: - [x] 1、设置组件尺寸大小 - [x] 2、设置自定义颜色 - [x] 3、设置选中状态 - [x] 4、设置禁用 - [x] 5、选中时自定义内容(考虑字符较多的情况) - [x] 6、未选中时自定义内容(同上) - [x] 7、change事件

https://vue-devui.github.io/components/slider/ 主要测试Slider组件以下功能: - [x] 设置最小值 - [x] 设置最大值 - [x] 设置步长 - [x] 设置禁止输入 - [x] 设置是否显示输入框 - [x] 设置Popover显示内容