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 ![image](https://github.com/user-attachments/assets/c40aa688-adb6-4da3-836e-dc006d309b3c) 我在使用日历组件时,需要直接在日历面板的下方添加其他元素,但是当前的datePicker组件是不支持的,只能通过控制css样式来实现,那对开发者来说太痛苦了 ### What does the proposed API look like ``` // 这里添加自定义的fooer内容 ``` ### What is your project name null

enhancement

### What problem does this feature solve https://pnpm.io/catalogs pnpm catalogs is an awesome feature to manage deps, we can migrate it in the future. ### What does the proposed API...

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

refactoring
ospp-2024

### What problem does this feature solve ![image](https://github.com/opentiny/tiny-vue/assets/4516585/b4b43f62-adf7-4cb9-9b84-e75c52932228) 1.比如我想点击商品名称展开,而不是箭头(且目前箭头还不能修改样式) 2.能支持多列展开。目前是联动的。点一个其他的箭头也会变 需求是:pdd后台的商品管理页面就是有多列展开的。 ### What does the proposed API look like 如上

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) - [x] Tests for the changes...

### Version latest ### Vue Version latest ### Link to minimal reproduction 表单组件键盘操作不完善,在官网API上均可复现。 1. Cascader 键盘无法左右操作; 2. Select 多选键盘上下操作可以,回车失效(似乎有多选框就无法回车); 3. Select 虚拟滚动、下拉树、下拉表格等下拉包含其它组件的都无法进行键盘操作; 4. DatePicker 基本用法-季度、范围选择无法键盘操作;多日期选择能操作,但效果不佳且无法左右操作; 5. TimeSelect 无法键盘操作; 项目electron里使用tiny vue,没有键盘的支持,有点太难受。...

bug

### Version v3.17.0 ### Vue Version 2.6.7 ### Link to minimal reproduction ![屏幕截图 2024-07-23 161005](https://github.com/user-attachments/assets/69950a56-7281-4b76-8e8a-192cfa486233) ![屏幕截图 2024-07-23 161033](https://github.com/user-attachments/assets/78ed70ce-7f88-4c41-8984-b074d0452cee) ### Step to reproduce vue2引入图表组件时报错Error in mounted hook: "ReferenceError: cloneDeep is not...

bug

### Version 3.16.0 ### Vue Version 3.4.27 ### Link to minimal reproduction https://opentiny.design/vue-playground?cmpId=popeditor&fileName=auto-reset.vue&apiMode=Options&mode=pc&theme=default ```vue 切换autoReset autoReset: {{autoReset}} import { Popeditor, Button as TinyButton, Modal } from '@opentiny/vue' export default {...

bug

![Screenshot_2024-07-23-10-42-44-139_com.android.browser.jpg](https://github.com/user-attachments/assets/f2906443-ef50-400e-baea-cb0eabb66b3d) 移动端打开: https://opentiny.design/tiny-vue/zh-CN/os-theme/components/button 即可复现

bug

### Version [email protected] ### Vue Version @vue/cli 5.0.8 ### Link to minimal reproduction ![image](https://github.com/opentiny/tiny-vue/assets/69560811/667f7080-66bc-4415-9bee-9ddf6d8cd36b) ![image](https://github.com/opentiny/tiny-vue/assets/69560811/a33d2adf-8bcb-4363-af3f-410ae6bef379) ### Step to reproduce 从github上拉取dev分支代码进行pnpm i拉取依赖,使用pnpm dev运行出现以上错误,我试图删除node_modeules重新安装还是出现以上错误 ### What is expected _No response_ ### What...

bug