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.
### What problem does this feature solve 用于对用户的操作结果或者异常状态做反馈 ### What does the proposed API look like 可以参考element UI 的样式 ### What is your project name 广州地铁数字化管理系统
### What problem does this feature solve 可以手动将右键菜单应用于想要的dom里面去 ### What does the proposed API look like contextMenu ### What is your project name contextMenu
### What problem does this feature solve 大文件上传、视频类文件一次上传文件太大问题 ### What does the proposed API look like 将一个大文件切割成众多小文件达到批量上传,可以自定义每次上穿时候被切割文件的大小,如遇需离开当前上传页面可以暂停上传或者在后台继续上传,实现多环境下的上传不是亭子 ### What is your project name 帮助微信群人员提交Issue
### What problem does this feature solve Chart 图表 柱状图和折线图合在一起咋整 ### What does the proposed API look like 类似这种  ### What is your project name tiny-vue
### Version 3.16 ### Vue Version 3 ### Link to minimal reproduction 1. RichTextEditor 设置v-modal,绑定到一个变量 2. 通过方法,修改v-modal的值 3. 发现变量值已经发生了变更,但是RichTextEdit中的内容并没有发生变化 ### Step to reproduce 示例代码: ``` change {{ value }} import...
### What problem does this feature solve 文档中 Select 选择器中的 option 的value值类型补全,方便用户查看文档书写 ### What does the proposed API look like 文档类型补全 ### What is your project name 广州地铁数字化管理系统
### Version 3.12.1 ### Vue Version latest ### Link to minimal reproduction **官方演练场:[https://opentiny.design/vue-playground?cmpId=grid-edit&fileName=edit/editing.vue&apiMode=Options&mode=pc&theme=default](https://opentiny.design/vue-playground?cmpId=grid-edit&fileName=edit/editing.vue&apiMode=Options&mode=pc&theme=default)** ``` 单元格编辑: 行编辑: import { Grid, GridColumn } from '@opentiny/vue' export default { components: { TinyGrid: Grid,...
### Version 3.13 ### Vue Version 3.4.23 ### Link to minimal reproduction https://github.com/opentiny/tiny-vue/assets/150329130/e145463a-e273-454c-801c-1344d405f7f9 ### Step to reproduce 问题复现请看视频详解 https://github.com/opentiny/tiny-vue/assets/150329130/3a69afb8-f5e1-496c-a334-f13a003634ac ### What is expected 解决此bug问题 ### What is actually happening _No...
### Version 3.14.0 ### Vue Version 3.14.0 ### Link to minimal reproduction 执行 pnpm build:ui 报错 "./tall-storage.vue" is imported as an external by "../../packages/vue/src/input/src/pc.vue", but is already an existing non-external...
### Version 3.18.0 ### Vue Version 3.18.0 ### Link to minimal reproduction 1 ### Step to reproduce 按照官网文档安装TinyVue后在webstrom中没有提示 ### What is expected 希望和elementui-plus一样在webstrom中有良好的提示 ### What is actually happening 没有提示 ###...