tiny-vue
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.
### Version latest ### Vue Version latest ### Link to minimal reproduction 无 ### Step to reproduce 无 ### What is expected Progress num-pages 未达实际效果 ### What is actually happening...
# 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]: 在vite 构建工具开发环境下,如果项目里使用fullscreen类名,会被opentiny里的fluent-editor文件夹下全局.fullscreen覆盖,导致样式错乱的问题
### Version latest ### Vue Version latest ### Link to minimal reproduction none ### Step to reproduce  ### What is expected _No response_ ### What is actually happening _No...
Props hoc
# 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...
# 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...
# 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...
### 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...
### What problem does this feature solve 部分支持配置图标的组件集成到engine中之后,由于目前图标引入必须使用手动引入的方式,导致无法配置图标,例如:tree menu 中配置菜单图标 customeIcon,非常麻烦,希望类似配置图标的地方,能够支持直接传入字符串,方便在engine中使用 ### What does the proposed API look like 无 ### What is your project name 无
### Version 3.21 ### Vue Version 3.2.13 ### Link to minimal reproduction  ``` 内容 A 区 {{ item.content }} 下面板 内容 C 区 import { ref, reactive } from...
### Version 3.21 ### Vue Version 3.2.13 ### Link to minimal reproduction 🐛 [Bug]: tiny-split支持拖拽,合并布局吗?例如通过嵌套使用template,分左,中上中下,右布局,拖拽右侧,将原中上中下右部分,合并成左,右两栏,其中原中上中下右部分作为现右侧多tabs页签展示 ``` 内容 A 区 上面板 下面板 内容 C 区 import { ref } from 'vue'...