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 在使用和开发DevUI的过程中,我意识到我们的样式表存在较为严重的混乱,我们很难知道某一个样式来自于哪里,这无论对于开发者还是使用者都是一个令人头疼的问题,尤其是对于定制化使用具有相当大的挑战(同时也导致了我们的不同的元件之间的视觉效果存在差异)。当前Vue DevUI的样式存在严重的不统一和不规范性,包括样式表位置、样式命名问题,均没有一个完善的规范。 ### What does the proposed API look like 为了提高DevUI样式的规范性和易用性,我认为我们应该进行以下优化: - [ ] 新增功能,允许在引入DevUI时禁用所有默认样式 - [ ] 整理所有通用样式,并归档到同一Sass样式表中 - [ ] 整理所有局部元件样式,增加代码复用减少开销...

enhancement
refactoring

### Version 1.6.20 ### Vue Version 3.3.11 ### Link to minimal reproduction ![image](https://github.com/DevCloudFE/vue-devui/assets/49834266/d358f05a-8777-459a-998d-f4c7b30157c4) 点击切换页码size没有弹出选项 ### Step to reproduce ![image](https://github.com/DevCloudFE/vue-devui/assets/49834266/e7a5b753-02dd-43b1-ae0b-60dce035c964) 浏览器为火狐,在microApp微服务中,分页组件,点击切换页码size,将不会弹出弹框 ### What is expected 希望可以正常弹出选项并切换页码size ### What is actually happening...

bug

# 允许设置 Button 图标位置 Resolved: #1866 ## What's Changed 1. 为 Button 新增图标方位控制 2. 已完成 Button 文档更新

### Version latest ### Vue Version latest ### Link to minimal reproduction https://vue-devui.github.io/components/input-number/ ### Step to reproduce 如果输入诸如`1..2.0`、`.1222.10`,会在检查后返回原始数据。 ### What is expected 应当添加`type="number"`,保证在输入阶段保证数据为数值。 ### What is actually happening _No response_...

bug

### What problem does this feature solve 这个库是不是不维护了?跟devui angular落下太多了... ### What does the proposed API look like 1

### Version 1.6.21 ### Vue Version 3.4.21 ### Link to minimal reproduction https://vue-devui.github.io/on-demand/ ### Step to reproduce 全局引入正常,但是按需引入时 使用 unplugin-vue-components 配置自动引入后,使用CategorySearch组件文档中的示例代码,d-icon和d-input组件没有被引入 Failed to resolve component: d-icon Failed to resolve component:...

### What problem does this feature solve 有没有更新 大家都知道,你没必要老是关闭问题,1.6 版本 两年没更新了,2.0版本什么时候出 ### What does the proposed API look like 有没有更新 大家都知道,你没必要老是关闭问题,1.6 版本 两年没更新了,2.0版本什么时候出

### Version latest ### Vue Version latest ### Link to minimal reproduction 文档地址:`https://vue-devui.github.io/contributing/` 失效的链接:`https://insights.thoughtworks.cn/how-to-sign-git-commit/` ### Step to reproduce 访问`https://insights.thoughtworks.cn/how-to-sign-git-commit/`页面: ![Image](https://github.com/user-attachments/assets/913e830e-675f-4f0a-95c3-27dae7c9e6d6) ### What is expected _No response_ ### What is actually...

### What problem does this feature solve 新增水印表单 ### 1.参考AntV https://antdv.com/components/watermark-cn ### 2. 需求场景 表单场景需要添加水印功能,做品牌保护/防窥截图等场景 ![Image](https://github.com/user-attachments/assets/c171e778-aabe-4d23-bf21-d8021b59218f) ### What does the proposed API look like # 例子 ``` ```