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 1、集成 TinyChart 组件到引擎,开启默认插槽 ![image.png](attachment:4737be85-05c7-476b-bfed-b4dc058df63d:image.png) ### What is expected Chart 默认插槽开启后展示错误 ### What is...

bug

### Version latest ### Vue Version latest ### Link to minimal reproduction 无 ### Step to reproduce 无 ### What is expected Chart 配置项中 objcet 拼写错误 ### What is actually...

bug

### Version latest ### Vue Version latest ### Link to minimal reproduction 无 ### Step to reproduce 无 ### What is expected Cascader multiple props 文档未填写 ### What is actually...

bug

### Version latest ### Vue Version latest ### Link to minimal reproduction 无 ### Step to reproduce 无 ### What is expected Carousel 文档中 arrow,indicator-position,trigger,trigger应当为枚举值 ### What is actually happening...

bug

### Version latest ### Vue Version latest ### Link to minimal reproduction 无 ### Step to reproduce 无 ### What is expected CalendarView mode 不是响应式的 ### What is actually happening...

bug

### Version latest ### Vue Version latest ### Link to minimal reproduction 无 ### Step to reproduce 无 ### What is expected Calendar mode 不是响应式的 ### What is actually happening...

bug

### Version latest ### Vue Version latest ### Link to minimal reproduction ![Image](https://github.com/user-attachments/assets/40c157eb-9dac-49ea-9170-c33909cdf1f8) ### Step to reproduce 无 ### What is expected 无 ### What is actually happening 无 ###...

bug

### Version 3.16.0 ### Vue Version 3.4.34 ### Link to minimal reproduction ### Step to reproduce 1. 前提条件,时间选择器页面是通过iframe嵌入到另一个页面里的,结构大概是这样的。 Document 2. vue代码如下: 3. 页面渲染出来,面板就会被 class="body" 的hidden遮盖住了 ### What is expected ![image](https://github.com/user-attachments/assets/6828fb0b-2bee-4b09-8d03-54cacf0c5801)...

bug

### Version latest ### Vue Version latest ### Link to minimal reproduction tiny-date-picker 组件移动端无法弹出,官网上的也同样情况 ### Step to reproduce tiny-date-picker 组件移动端无法弹出,官网上的也同样情况 ### What is expected _No response_ ### What is actually...

bug

### What problem does this feature solve 1、做主题开发的过程中,部分交互需要调整默认配置来实现 2、现有版本中已经通过designConfig开放部分配置选项,但目前实现方式为在组件中硬编码来适配,未做适配的属性就无法支持配置 3、如果能够配置所有的 props 选项,主题定制会更加灵活 ### What does the proposed API look like 1、增加 hoc 组件 ```tsx import { type SetupContext, ref }...

enhancement