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

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

### Version latest ### Vue Version latest ### Link to minimal reproduction Rich Text Editor 富文本编辑器 ![screenshot-20240419-100844](https://github.com/opentiny/tiny-vue/assets/18345846/e3d0b41f-32b9-44fd-a3ba-f042e33df421) ### Step to reproduce 使用富文本组件上传图片,转base64后溢出 ### What is expected _No response_ ### What...

bug

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

suggestion

### Version 1 ### Vue Version 1 ### Link to minimal reproduction a ### Step to reproduce mindMap使用中,右击节点菜单是英文的,如何换成中文 ### What is expected _No response_ ### What is actually happening _No...

question

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

bug

### 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 演练场无报错且能正常使用 ###...

bug
help wanted

### Version 最新的 ### Vue Version 最新的 ### Link to minimal reproduction ![WechatIMG3578](https://github.com/opentiny/tiny-vue/assets/150329130/0e91f366-f293-41a5-aa75-105e2fdafe11) ### Step to reproduce ![WechatIMG3578](https://github.com/opentiny/tiny-vue/assets/150329130/61d16770-3e1c-4a7c-8355-b0c39c465175) ### What is expected 在tsx文件中能使用js的方法 ### What is actually happening _No response_...

bug
developing

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

enhancement

### Version latest ### Vue Version latest ### Link to minimal reproduction ``` {{ item }} import { Carousel, CarouselItem } from '@opentiny/vue' export default { components: { TinyCarousel: Carousel,...

bug