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

### Version latest ### Vue Version latest ### Link to minimal reproduction https://vue-devui.github.io/components/modal/ ### Step to reproduce 打开modal并拖拽 ### What is expected 正常拖拽 ### What is actually happening 第一次拖拽时发生了不正确的偏移,请看下图 ![20220923_153538](https://user-images.githubusercontent.com/48228016/191912914-19f7397d-4586-49d1-8e17-3b5e8e3b4af1.gif)...

documentation
PR: unreviewed
PR: reviewed-approved

每个组件的 demo 和 api 文档都有中英文两种语言,目前中文文档是比较完善的,但是相应的英文文档还不完善,很多组件都缺少英文文档,需要补充。 > 参考 Ng DevUI 英文文档:https://devui.design/components/en-us/button/demo --- 例如快速开始文档的中文文档地址是: [https://vue-devui.github.io/quick-start/](https://vue-devui.github.io/quick-start/) 对应的英文文档地址则是: [https://vue-devui.github.io/en-US/quick-start/](https://vue-devui.github.io/en-US/quick-start/) --- 再比如 Search 组件的中文文档地址是: [https://vue-devui.github.io/components/search/](https://vue-devui.github.io/components/search/) 对应的英文文档地址则是: [https://vue-devui.github.io/en-US/components/search/](https://vue-devui.github.io/en-US/components/search/) --- 再比如 Button 组件的中文文档地址是: [https://vue-devui.github.io/components/button/](https://vue-devui.github.io/components/button/) 对应的英文文档地址则是: [https://vue-devui.github.io/en-US/components/button/](https://vue-devui.github.io/en-US/components/button/) 由于...

documentation
contribution welcome

### Version latest ### Vue Version latest ### Link to minimal reproduction none ### Step to reproduce 打开文档进入cascader组件下点击hover mode ### What is expected 点击时icon不会错位 ### What is actually happening ![gp47f-u8xxv](https://user-images.githubusercontent.com/48228016/191637424-aa452271-f0a7-4ecf-afc5-54474a58f53f.gif)...

修复后如图 ![1663749596712](https://user-images.githubusercontent.com/48228016/191457867-f17eb774-000a-4b52-820e-1b8ca9ddc979.jpg) ![1663749617547](https://user-images.githubusercontent.com/48228016/191458019-efdbae1a-8b56-4e62-8c02-e34c8fa9e935.jpg)

bug
PR: unreviewed

将组件的`props`抽离到单独的`api.ts`文件中,组件文档中的 api 部分通过`api.ts`文件自动生成。 效果如下(和手动写的效果几乎一样): ![image](https://user-images.githubusercontent.com/9566362/191302026-1ce47c08-406b-4a3c-877b-bca5656ba42d.png)

### Version latest ### Vue Version latest ### Link to minimal reproduction 在以下开发规范文档刷新页面,出现内容区域空白。 [https://vue-devui.github.io/contributing/development-specification/](https://vue-devui.github.io/contributing/development-specification/) ### Step to reproduce 在以下开发规范文档刷新页面,出现内容区域空白。 [https://vue-devui.github.io/contributing/development-specification/](https://vue-devui.github.io/contributing/development-specification/) ### What is expected _No response_ ### What is actually...

bug

### Version @1.0.0-rc.1 ### Vue Version 3.2.25 ### Link to minimal reproduction https://github.com/GaoNeng-wWw/bug-repository/ ### Step to reproduce 1. clone repository 2. yarn install / npm install 3. 使用vscode打开clone下来的本地仓库 ### What...

bug
contribution welcome

### Version latest ### Vue Version latest ### Link to minimal reproduction 复现地址: [https://vue-devui.github.io/components/checkbox/#使用 checkboxgroup](https://vue-devui.github.io/components/checkbox/#%E4%BD%BF%E7%94%A8-checkboxgroup) ![image](https://user-images.githubusercontent.com/9566362/188854879-9f45e3ba-2ae7-4366-925d-dcec2efd2215.png) ### Step to reproduce 如下所示: ![image](https://user-images.githubusercontent.com/9566362/188854879-9f45e3ba-2ae7-4366-925d-dcec2efd2215.png) ### What is expected _No response_ ### What...

bug
good first issue