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

开发时没问题,build发布线上后,发现引入了`@vue/composition-api` 项目架构:pnpm workspace 项目 组件引入 - 使用 `TinyVueSingleResolver ` - 使用`public-hoist-pattern[]=@opentiny/*`将组件提升到根目录 vite.config.ts中增加配置`TINY_MODE: 'pc'` 引入时刻 ![Image](https://github.com/user-attachments/assets/90d9184b-99d5-434e-87dd-13b4282ee35b) 导致了报错如下 ![Image](https://github.com/user-attachments/assets/a64bd9ef-0bf5-46b9-907a-93d90c3efa64) 环境 node@22 pnpm@9 [email protected] @opentiny/[email protected] vite@5

表格组件中,增加列树形控件功能,类似行树形控件功能;在列很多时,方便列分组隐藏于展开,显示重点列; 类似于excel表中的列分组和行分组 在列比较多时,比较有用

enhancement

### Version 3.25.0 ### Vue Version 3.5.13 ### Link to minimal reproduction vitest单元测试报错:报导入fluent-editor和getAttribute函数错误。 ### Step to reproduce 如何复现:用vitest执行简单的对tiny-vue组件的单元测试。 ### What is expected 期望修复结果:不需要用户手动修改node_modules库的代码。 ### What is actually happening vitest单元测试报错:报导入fluent-editor和getAttribute函数错误。 目前单元测试成功方式:手动把@opentiny/vue的fluent-editor组件的导入全部删掉,以及@opentiny/vue-mind-map/lib/pc.js:341行的.getAttribute前需加'?'。...

bug

### What problem does this feature solve webstorm 引用组件时没有高亮显示或者显示 ### What does the proposed API look like webstorm 引用组件时没有高亮显示或者显示 ### What is your project name webstorm 引用组件时没有高亮显示或者显示

enhancement

### What problem does this feature solve 组件库应支持SSR,例如@opentiny/vue-modal ,@opentiny/vue-popover、 @opentiny/utils等 ### What does the proposed API look like 组件库应支持SSR ### What is your project name tiny-vue

enhancement

### Version 3.24.0 ### Vue Version 3.5.17 ### Link to minimal reproduction https://opentiny.design/vue-playground?cmpId=select&fileName=nest-grid-remote.vue&apiMode=Composition&mode=pc&theme=os ### Step to reproduce ``` import { ref } from 'vue' import { TinySelect, TinyForm, TinyFormItem }...

bug

### What problem does this feature solve 预览大图无法默认显示后面的图,每次都要点半天才能查看后面的图片 ### What does the proposed API look like 类似于 https://arco.design/vue/component/image#preview-group https://element-plus.org/zh-CN/component/image.html#%E5%9B%BE%E7%89%87%E9%A2%84%E8%A7%88 ### What is your project name tiny-vue

enhancement

### What problem does this feature solve 现在使用css控制表格高度会造成很多问题 比如下面的代码,在`visible.value = true`时,第一个表格的高度会 100 99 98 97 96 .... 50这样缓慢变化 而且因为表格元素本身是固定高度,不是真正的100%,导致出现短暂的超出容器高度,容器出现滚动条的情况。 ``` const visible = ref(false) ``` ### What does the proposed...

enhancement

### Version 2.24 ### Vue Version 2.7.16 ### Link to minimal reproduction https://github.com/Sam7Joker/tinyAdmin ### Step to reproduce 错误提示 ![Image](https://github.com/user-attachments/assets/d1bf4688-2972-4ccf-9ec6-db754df9cbd6) package.json ![Image](https://github.com/user-attachments/assets/2f83fb58-52f5-4414-a6cd-157d1067eb6b) vite.config.js ![Image](https://github.com/user-attachments/assets/c1d8334f-4e03-4220-85a3-5e8de56ff2ea) ### What is expected _No response_ ###...

bug

### What problem does this feature solve 查看页面可以美观好看的布局合并等展示表单的数据内容 ### What does the proposed API look like 无 ### What is your project name 无

enhancement