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 1、集成 TinyChart 组件到引擎,开启默认插槽  ### What is expected Chart 默认插槽开启后展示错误 ### What is...
### Version latest ### Vue Version latest ### Link to minimal reproduction 无 ### Step to reproduce 无 ### What is expected Chart 配置项中 objcet 拼写错误 ### What is actually...
### Version latest ### Vue Version latest ### Link to minimal reproduction 无 ### Step to reproduce 无 ### What is expected Cascader multiple props 文档未填写 ### What is actually...
### 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...
### Version latest ### Vue Version latest ### Link to minimal reproduction 无 ### Step to reproduce 无 ### What is expected CalendarView mode 不是响应式的 ### What is actually happening...
### Version latest ### Vue Version latest ### Link to minimal reproduction 无 ### Step to reproduce 无 ### What is expected Calendar mode 不是响应式的 ### What is actually happening...
### Version latest ### Vue Version latest ### Link to minimal reproduction  ### Step to reproduce 无 ### What is expected 无 ### What is actually happening 无 ###...
### 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 ...
### 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...
### 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 }...