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

# 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) - [ ] Tests for...

1. Provide / Inject 2. $parent / $children --- 1. 在很长一段时间,无法实现 Provide / Inject,因为 React useContext 只能顶层调用,这意味着无法在像 `if` 语句中获取上下文。但是目前 React Canary 版本发布了 [use](https://react.dev/reference/react/use) API,用法类似于 Provide / Inject。 2. $parent /...

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

documentation

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

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

documentation

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

enhancement

### Version ~3.11.0 ### Vue Version latest ### Link to minimal reproduction grid.value.getSelectRecords() ### Step to reproduce const selectConfig = { reserve: true, } grid.value.getSelectRecords() ### What is expected _No...

bug
need discussion

### Version latest ### Vue Version latest ### Link to minimal reproduction 目前在demo里上传都是失败的,需要参考业界组件库,替换成mock接口 ![image](https://github.com/opentiny/tiny-vue/assets/9566362/c9f82830-06dc-430f-9518-878f2d92d16f) ### Step to reproduce 点击以下链接: [https://opentiny.design/tiny-vue/zh-CN/smb-theme/components/file-upload#max-file-count](https://opentiny.design/tiny-vue/zh-CN/smb-theme/components/file-upload#max-file-count) 上传一个图片之后,立马上传的内容就消失了 目前在demo里上传都是失败的,需要参考业界组件库,替换成mock接口 ![image](https://github.com/opentiny/tiny-vue/assets/9566362/c9f82830-06dc-430f-9518-878f2d92d16f) ### What is expected _No response_ ###...

documentation

### What problem does this feature solve if a package in node_modules which is using `@opentiny/vue`, the demand import will loss. Such as a package called 'tiny-wrap' like this: ```...

enhancement

### What problem does this feature solve grid组件 树形表格支持懒加载功能 ### What does the proposed API look like :tree-config="{ lazy: true, hasChildField: 'hasChildField', loadMethod ({ row }) { // 异步加载子节点 return...

enhancement