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.
# 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) - [x] 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...
### Version latest ### Vue Version latest ### Link to minimal reproduction Rich Text Editor 富文本编辑器  ### Step to reproduce 使用富文本组件上传图片,转base64后溢出 ### What is expected _No response_ ### What...
### What problem does this feature solve 在jsx文件使用标签实现双向数据绑定的时候,文档中有 modelValue ,但是并没有对应的事件赋值操作,导致无法在jsx文件中实现双向数据绑定 ### What does the proposed API look like 在文档中添加上 onUpdate:modelValue 的方法,提升大家在jsx文件中对DOM数据绑定的操作 ### What is your project name 。。。
### Version 1 ### Vue Version 1 ### Link to minimal reproduction a ### Step to reproduce mindMap使用中,右击节点菜单是英文的,如何换成中文 ### What is expected _No response_ ### What is actually happening _No...
### Version 3.12 ### Vue Version 3.2.47 ### Link to minimal reproduction ```vue value:{{ value }} import { Popeditor } from "@opentiny/vue"; export default { components: { TinyPopeditor: Popeditor },...
### Version 最新版本 ### Vue Version 最新版本 ### Link to minimal reproduction https://opentiny.design/tiny-vue/zh-CN/os-theme/components/mind-map ### Step to reproduce demo点击进入演练场 ### What is expected 演练出下方提示有错误 ### What is actually happening 演练场无报错且能正常使用 ###...
### Version 最新的 ### Vue Version 最新的 ### Link to minimal reproduction  ### Step to reproduce  ### What is expected 在tsx文件中能使用js的方法 ### What is actually happening _No response_...
### What problem does this feature solve https://opentiny.design/tiny-vue/zh-CN/os-theme/components/mind-map ### What does the proposed API look like 脑图拖拽到根节点,无法生成新的跟节点; demo示例中应该添加滚动条; 复制谈贴只能粘贴一次,不能连续粘贴。 ### What is your project name null
### Version latest ### Vue Version latest ### Link to minimal reproduction ``` {{ item }} import { Carousel, CarouselItem } from '@opentiny/vue' export default { components: { TinyCarousel: Carousel,...