tiny-vue icon indicating copy to clipboard operation
tiny-vue copied to clipboard

TinyVue is an enterprise-class UI component library of OpenTiny community, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.

Results 369 tiny-vue issues
Sort by recently updated
recently updated
newest added

# PR 改前: ![image](https://github.com/user-attachments/assets/9b1b6c1a-1f96-4041-b1e8-02adaaa08d3e) 改后: ![image](https://github.com/user-attachments/assets/5245b5d5-a9c8-47df-9fba-ff70a1676aa2) ## PR Checklist Please check if your PR fulfills the following requirements: - [ ] The commit message follows our [Commit Message Guidelines](https://github.com/opentiny/tiny-vue/blob/dev/CONTRIBUTING.md) -...

bug

# PR 修复saas主题 ## PR Checklist Please check if your PR fulfills the following requirements: - [ ] The commit message follows our [Commit Message Guidelines](https://github.com/opentiny/tiny-vue/blob/dev/CONTRIBUTING.md) - [ ] Tests...

bug

修正路径匹配规则以确保只匹配组件目录 # PR ## PR Checklist Please check if your PR fulfills the following requirements: - [ ] The commit message follows our [Commit Message Guidelines](https://github.com/opentiny/tiny-vue/blob/dev/CONTRIBUTING.md) - [ ] Tests...

# PR ## PR Checklist 增加NumberAnimation 组件 Please check if your PR fulfills the following requirements: - [ ] The commit message follows our [Commit Message Guidelines](https://github.com/opentiny/tiny-vue/blob/dev/CONTRIBUTING.md) - [ ]...

enhancement

![image](https://github.com/user-attachments/assets/0944d294-42ea-4819-8049-7fc5f3699e99) # PR ## PR Checklist Please check if your PR fulfills the following requirements: - [ ] The commit message follows our [Commit Message Guidelines](https://github.com/opentiny/tiny-vue/blob/dev/CONTRIBUTING.md) - [ ] Tests...

refactoring

### What problem does this feature solve 在浏览表格数据的时候方便查看 ### What does the proposed API look like 通过一个属性直接控制 ### What is your project name data_explore

enhancement

### What problem does this feature solve 来满足自定义筛选,方便如:统一服务端API请求参数、汇总筛选条件作为标签内容展示操作等 ### What does the proposed API look like updateFilter(field: string,data: any)=> void ### What is your project name -

enhancement

### What problem does this feature solve 通过 menu-collapsible 属性设置是否可以折叠。Container 容器布局的Aside区域我想通过折叠给asideWidth响应式传递宽度,但是现在侧边折叠栏没有对应得函数检测是否是折叠还是展开 ### What does the proposed API look like 无 ### What is your project name 无

enhancement

### What problem does this feature solve ``` IFilterConfig { enumable: true, multi: false } ``` 现在 type 是 enum ### What does the proposed API look like 期望当单选的时候 type...

enhancement

### Version 3.22 ### Vue Version 3.3.11 ### Link to minimal reproduction ![Image](https://github.com/user-attachments/assets/f8000531-6861-4891-8f0a-d9c8cd928854) ![Image](https://github.com/user-attachments/assets/315c1e45-e5cb-49bd-a560-52bd1b5461cc) ### Step to reproduce 我有个需求是在快捷键新增时,能让新增节点默认处于编辑状态,但是我发现,我给mindMap组件绑定reactive数据时,新增节点不会触发默认编辑框。绑定普通对象时才可以触发默认编辑框 ### What is expected 我想要在绑定响应式数据时,也能默认出现输入框,或者提供一个api让我触发编辑 ### What is actually happening 响应式数据无法触发默认编辑框,并且找不到api去打开默认编辑框...

bug