arco-design-vue
arco-design-vue copied to clipboard
A Vue.js 3 UI Library based on Arco Design
- [ ] 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:** safari/605.1.15 ## Steps...
目前是这样: API 参数名 | 描述 | 类型 | 默认值 | 版本 -- | -- | -- | -- | -- header | 是否隐藏取消按钮 | boolean \| RenderContent | true |...
- [ ] 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:** Vue3.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 - **Package Name And Version:** @arco-design/[email protected] - **Framework version:** "vue": "^3.2.25",...
- [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 - **Package Name And Version:** @arco-design/[email protected] - **Browser:** chrome102.0.5005.124 在一个滚动的`drawer`中,如果`tooltip`刚好靠边,且内容较多。此时hover触发显示`tooltip`,并立即将鼠标移动到`tooltip`上,此时页面就会抖动,目测是`tooltip`检测到内容已经靠边了,需要换行,又没有换行成功导致的,过程中可以看到`tooltip`换行后又立马变为一行了。
- [ ] 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:** 3.2.33 ##...
- [ ] 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] - **浏览器版本:** chrome101.0.4951.54 ## 额外补充 D:\www\arco_demo\node_modules\[email protected]@vscode-jsonrpc\lib\common\linkedMap.js:40 return...
使用a-upload组件,使用文档“用户头像上传”示例,当a-upload嵌套在a-form-item里时,第一次上传操作,后台成功、前端界面没反应(console控制台调试progress、success事件未执行),从第二次开始上传操作前台界面显示正常。嵌套简洁示例如下(大于号小于号无法正确显示,就省去了) a-col a-form-item a-upload a-form-item a-col 如果直接嵌套在a-col里,显示正常 a-col a-upload a-col
import type { TableColumnData } from '@arco-design/web-vue/es/table/interface' const columns: TableColumnData[] = [ { title: '类型名称', dataIndex: 'name' }, { title: '唯一编码', dataIndex: 'code', slotName: 'code' }] 建议TableColumnData[] 支持泛型 类似于TableColumnData[]
- [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 https://element-plus.org/zh-CN/component/checkbox.html#%E5%8F%AF%E9%80%89%E9%A1%B9%E7%9B%AE%E6%95%B0%E9%87%8F%E7%9A%84%E9%99%90%E5%88%B6 ## What...