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.
### What problem does this feature solve  我在使用日历组件时,需要直接在日历面板的下方添加其他元素,但是当前的datePicker组件是不支持的,只能通过控制css样式来实现,那对开发者来说太痛苦了 ### What does the proposed API look like ``` // 这里添加自定义的fooer内容 ``` ### What is your project name null
### 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...
# 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...
### What problem does this feature solve  1.比如我想点击商品名称展开,而不是箭头(且目前箭头还不能修改样式) 2.能支持多列展开。目前是联动的。点一个其他的箭头也会变 需求是:pdd后台的商品管理页面就是有多列展开的。 ### What does the proposed API look like 如上
# 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,没有键盘的支持,有点太难受。...
### Version v3.17.0 ### Vue Version 2.6.7 ### Link to minimal reproduction   ### Step to reproduce vue2引入图表组件时报错Error in mounted hook: "ReferenceError: cloneDeep is not...
### 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 {...
 移动端打开: https://opentiny.design/tiny-vue/zh-CN/os-theme/components/button 即可复现
### Version [email protected] ### Vue Version @vue/cli 5.0.8 ### Link to minimal reproduction   ### Step to reproduce 从github上拉取dev分支代码进行pnpm i拉取依赖,使用pnpm dev运行出现以上错误,我试图删除node_modeules重新安装还是出现以上错误 ### What is expected _No response_ ### What...