Kagol
Kagol
**Describe the bug** 如下图红色框圈出来的,向左的箭头那个图标命名与向右的不对应:  **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **Expected behavior**...
如下图所示,`mode="month"`的demo点击之后显示空白 
官网打开很慢
每次打开DevUI官网首页[https://devui.design](https://devui.design)都要花5-6秒时间,有时甚至要20-30秒,建议优化
在DragDrop拖拽组件的第4个demo中: [https://devui.design/components/dragdrop/demo#cross-edge-switching](https://devui.design/components/dragdrop/demo#cross-edge-switching) `switchWhileCrossEdge`这个参数不管设置成`true`还是`false`,或者不设置,都有越边交换的效果,请问这是怎么回事呢? 一旦我把`dSortable`指令去掉,就没有越边交换的效果,感觉越边交换不是由`switchWhileCrossEdge`决定,而是由`dSortable`指令决定的。
Step 1: Visit the following link: https://codepen.io/soccerloway/pen/WWJowj Step 2: Enter any Chinese symbol, such as `【`. Step 3: Then press the backspace key, the content cannot be deleted. 
### What problem does this feature solve InputNumber组件目前还有以下功能未完成: - [x] 基本功能 - [x] 禁用状态 - [x] 允许空值 - [x] 设置最大长度 - [x] 正则限制 Finished by @vaebe on #1207 - [...
🥳 欢迎在评论区认领组件
Vue DevUI 组件库采取认领机制进行组件的贡献,如果你想成为某个组件的田主,请在评论区评论`认领 xx 组件`,比如: ``` 认领 DatePickerPro 组件 ``` 这样你就是这个组件的田主啦,然后你可以添加微信`devui-official`,让DevUI小助手把你拉到`DevUI田主交流群`,成为田主俱乐部的一员,一起愉快地交流技术、共同成长🎉🎉 期待你的加入!🤝 --- 2022.8.14 update 还有以下组件未完成: 1. DragDrop #1035 3. Dropdown #1041 5. Modal #1042 8. DatePickerPro #1045 9. Form...
公测时间:2022.8.1-2022.8.14 version: `v1.0.0-beta.220808` branch: `v1.0.0` label: `v1.0.0` - 公测期间版本号命名规则:`v1.0.0-beta.[年月日]` - 公测期间原则上只修复bug,不增加新特性,发现的问题,通过issue记录,label为`v1.0.0` - 修复公测期间的bug所提交的pr,打上`v1.0.0`的标签,并提交到`v1.0.0`分支上 欢迎小伙伴们一起参与公测,提前体验 Vue DevUI 组件库,并给我们提[issue](https://github.com/DevCloudFE/vue-devui/issues),公测期间发现的问题最高优先级修复! 为了方便大家参与 Vue DevUI 1.0 版本的公测,我们特意准备了一份 [Vue DevUI 公开测试参考指南](https://github.com/DevCloudFE/vue-devui/wiki/Vue-DevUI-%E5%85%AC%E5%BC%80%E6%B5%8B%E8%AF%95%E5%8F%82%E8%80%83%E6%8C%87%E5%8D%97) 也欢迎添加小助手微信:`devui-official`,加入我们的公测群,一起交流!
### What problem does this feature solve 参考: https://devui.design/components/zh-cn/dashboard/demo ### What does the proposed API look like 参考: https://devui.design/components/zh-cn/dashboard/demo
### Version latest ### Vue Version latest ### Link to minimal reproduction 以下demo可复现: [https://vue-devui-pr-1156.surge.sh/components/cascader/#%E5%8F%AF%E6%90%9C%E7%B4%A2](https://vue-devui-pr-1156.surge.sh/components/cascader/#%E5%8F%AF%E6%90%9C%E7%B4%A2)  ### Step to reproduce 在可搜索级联菜单组件输入框中输入一个不存在的字符,比如:`option2-1-2`,即可复现该问题:  正常应该显示没有数据:  ### What is expected _No response_ ###...