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

### What problem does this feature solve ### 描述: 在 Vue 3 中,`ComponentPublicInstance` 类型可以帮助我们获取组件实例的公共属性类型,方便通过 `ref` 访问组件的公开方法时提供类型提示。然而,当前 **tiny-vue** 组件库似乎不支持这种类型推导。 ### 重现步骤: 1. 使用 `ref` 获取组件实例: ```ts import { ref } from...

enhancement

Website: https://opentiny.design/tiny-vue/zh-CN/os-theme/overview Steps to Reproduce: Click the theme toggle button in the top-right corner. Reproduction Video: https://github.com/user-attachments/assets/2b85fa83-1554-402d-8454-bf3ddd58786f

bug

### Version latest ### Vue Version latest ### Link to minimal reproduction https://opentiny.design/tiny-vue/zh-CN/os-theme/components/dialog-select#set-selection ### Step to reproduce 1. 打开 https://opentiny.design/tiny-vue/zh-CN/os-theme/components/dialog-select#set-selection 2. 点击 【打开窗口】按钮,此时发现第一个选项未勾选 ### What is expected 第一个选项勾选正常 ### What...

bug

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

### Version 3.25.0 ### Vue Version 3.4.27 ### Link to minimal reproduction https://opentiny.design/vue-playground?cmpId=tree-menu&fileName=show-expand.vue&apiMode=Composition&mode=pc&theme=os ### Step to reproduce ### What is expected _No response_ ### What is actually happening _No response_...

bug

### Version 3.25.0 ### Vue Version 3.5.18 ### Link to minimal reproduction https://opentiny.design/tiny-vue/zh-CN/os-theme/components/search ### Step to reproduce const searchRef = ref(null) const handleSearch = (value, input) => { // 这里执行自定义的搜索方法后,默认,搜索框是会失焦的,但为了让搜索框不失焦,加上下面的方法...

bug

### What problem does this feature solve 比如单选框 Radio 有一种场景,比如说,我值可能是number也可能string,那么不确定这个但是又不能改数据结构,就会用到单选框,直接通过默认值进行判断,比方说 typeof item.replicas 直接拿到对应结果,然后我在做绑定,在单选框切换时候,就可以对这个结果进行调整,方便转换类型 这不仅仅只有 radio缺少,其他很多地方都缺少选中状态 ### What does the proposed API look like 副本数 百分比 ### What is your project...

enhancement

### What problem does this feature solve 可以根据官方内容自定义自己的样式,定义好了,生成之后自己导入进来,就是自己配置好的风格 目前字节 arco ui是有提供的 ### What does the proposed API look like 没有 ### What is your project name 官方是否会出风格化管理平台

enhancement

### What problem does this feature solve 是否可以增加对应api方便挂载容器 ### What does the proposed API look like 这个是arco ui的,有的需求需要挂载到指定地方去,目前没有这个api ### What is your project name devops

enhancement

### What problem does this feature solve 无 ### What does the proposed API look like 无 ### What is your project name 无

enhancement