arco-design-vue
arco-design-vue copied to clipboard
A Vue.js 3 UI Library based on Arco Design
个人觉得arco.design的设计风格和设计模式很优秀,现在ai大行其道,是否有考虑出一款Chat组件库? 对标Ant-Design-X、Element-Plus-X同类前端Chat组件库 
- 在transfer组件中添加了反转源和目标选择框的功能 - 更新了相关样式以支持反转布局 - 修改示例文档,展示反转功能的用法 ## Types of changes - [x] New feature - [ ] Bug fix - [x] Enhancement - [x] Component style change - [ ]...
- [ ] I'm sure this does not appear in [the issue list of the repository](https://github.com/arco-design/arco-design-vue/issues) ## Basic Info - **Package Name And Version:** @arco-design/[email protected] - **Framework version:** Vue 2.57.0...
复现方法: ``` ``` ``` const info = ref({ num1: 5, num2: 10 }); const onNumChange = () => { console.log('触发了', info.value); }; ```  在上述案例中,我只给输入框绑定了change事件,但是输入框失焦也会触发change事件 具体流程: 1、A输入框点击增加按钮,触发一次change 2、此时点击B输入框的增加按钮,会先触发A输入框的失焦事件,然后再触发B输入框change事件 3、最后点击其它地方,还会再触发一次B输入框的失焦事件 实际操作中change事件应该与blur事件区分出来才对,否则明明通过change事件只会触发两次,但是在本例中触发了4次
- [ ] I'm sure this does not appear in [the issue list of the repository](https://github.com/arco-design/arco-design-vue/issues) ## 基本信息 - **依赖包名 及 版本:** @arco-design/[email protected] - **框架版本:** vue3 - **浏览器版本:** chrome118.0.0.0 ##...
- [ ] I'm sure this does not appear in [the issue list of the repository](https://github.com/arco-design/arco-design-vue/issues) ## Basic Info ## What are the similar cases of this feature - antd...
- [x] I'm sure this does not appear in [the issue list of the repository](https://github.com/arco-design/arco-design-vue/issues) ## Basic Info ## What are the similar cases of this feature 常用的搜索表单中,对于不同尺寸的屏幕显示不同列数的表单项,并且在行数因屏幕大小不同而改变时,应获取是否超过collapseRows的状态来决定是否隐藏折叠按钮 ## What...
- [ ] I'm sure this does not appear in [the issue list of the repository](https://github.com/arco-design/arco-design-vue/issues) ## 基本信息 - **依赖包名 及 版本:** @arco-design/[email protected] - **浏览器版本:** chrome135.0.0.0 - **复现地址:** https://arco.design/vue/component/table#virtual-list ...
- [ ] I'm sure this does not appear in [the issue list of the repository](https://github.com/arco-design/arco-design-vue/issues) ## Basic Info - **Package Name And Version:** @arco-design/[email protected] - **Browser:** chrome135.0.0.0 ## Steps...
- [ ] I'm sure this does not appear in [the issue list of the repository](https://github.com/arco-design/arco-design-vue/issues) ## Basic Info - **Package Name And Version:** @arco-design/[email protected] - **Browser:** chrome136.0.0.0