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

### Version latest ### Vue Version latest ### Link to minimal reproduction 无 ### Step to reproduce 无 ### What is expected Progress num-pages 未达实际效果 ### What is actually happening...

bug
good first issue

# 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...

bug

### Version latest ### Vue Version latest ### Link to minimal reproduction none ### Step to reproduce ![Image](https://github.com/user-attachments/assets/3b5ac57e-82b8-4f35-b7c7-0c239b829e1b) ### What is expected _No response_ ### What is actually happening _No...

bug

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

enhancement

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

enhancement

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

bug

### Version latest ### Vue Version latest ### Link to minimal reproduction 无 ### Step to reproduce 1、Node.js v22.12.0 2、拉取dev分支代码 3、运行 pnpm install 4、运行 npm run build:runtime 5、运行报错 D:\product\tiny-engine\tiny-ui>npm run...

bug
welcome pr

### What problem does this feature solve 部分支持配置图标的组件集成到engine中之后,由于目前图标引入必须使用手动引入的方式,导致无法配置图标,例如:tree menu 中配置菜单图标 customeIcon,非常麻烦,希望类似配置图标的地方,能够支持直接传入字符串,方便在engine中使用 ### What does the proposed API look like 无 ### What is your project name 无

enhancement

### Version 3.21 ### Vue Version 3.2.13 ### Link to minimal reproduction ![Image](https://github.com/user-attachments/assets/a07a9ed3-e8a5-4fb7-a5c0-97e5db5bd5bd) ``` 内容 A 区 {{ item.content }} 下面板 内容 C 区 import { ref, reactive } from...

bug

### Version 3.21 ### Vue Version 3.2.13 ### Link to minimal reproduction 🐛 [Bug]: tiny-split支持拖拽,合并布局吗?例如通过嵌套使用template,分左,中上中下,右布局,拖拽右侧,将原中上中下右部分,合并成左,右两栏,其中原中上中下右部分作为现右侧多tabs页签展示 ``` 内容 A 区 上面板 下面板 内容 C 区 import { ref } from 'vue'...

bug