arco-design-vue icon indicating copy to clipboard operation
arco-design-vue copied to clipboard

A Vue.js 3 UI Library based on Arco Design

Results 516 arco-design-vue issues
Sort by recently updated
recently updated
newest added

- [ ] 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 无 ##...

💎 enhancement

目前,allow-drop回调函数中只返回了dropNode和dropPosition,当禁止将子节点拖到父节点之外的情况下不足以满足判断,只有在drop时才能拿到dragNode和dropNode进行比较判断

💪🏻 Enhancement
💤 Inactive

- [ ] 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 版本: 2.33.0 ## What are the similar cases of this feature...

- [ ] 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 ![微信截图_20220719153350](https://user-images.githubusercontent.com/16420004/179693256-e274f18e-97cb-4190-becd-b8fb549cd16d.png) ## 预期解决问题 Transfer组件内置分页

type: feature request
component: transfer

## Types of changes - [ ] New feature - [ ] Bug fix - [ ] Enhancement - [ ] Component style change - [ ] Typescript definition change...

📖 documentation
✨ feature

```vue {{record}} ``` `record`的类型是`any` 使用了`volar`插件

- [ ] I'm sure this does not appear in [the issue list of the repository](https://github.com/arco-design/arco-design-vue/issues) ## 基本信息 ## 现有案例 https://element-plus.gitee.io/zh-CN/component/tree-select.html ## 预期解决问题 每次打开下拉框 滚动条可以定位到所选的元素位置

question

- [ ] 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:** chrome103.0.0.0 - **Reproduction...

need more info

- [ ] 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.gitee.io/zh-CN/component/image.html#%E5%9B%BE%E7%89%87%E9%A2%84%E8%A7%88 ##...

✨ feature

- [ ] 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 例如目前有节点 - 1 - 1.1 - 1.2 不知道现在权限配置这块用a-tree如何来实现,目前我们是关闭check-strictly,通过让用户去点每一个节点来获取,但是权限多了操作非常繁琐 而如果关闭check-strictly,选择子节点又无法返回其父节点id,虽然可以用递归来获取,但是获取了之后,比如点击了`1.1`,可以通过计算得到[1, 1.1],但是回显的时候设置check-keys为[1, 1.1],界面上就会变成`1.2`也被勾选了,这时候又得手动计算把所有父节点中子节点没有全被选择的剔除...

need more info