ViewUIPlus icon indicating copy to clipboard operation
ViewUIPlus copied to clipboard

An enterprise-level UI component library and front-end solution based on Vue.js 3

Results 204 ViewUIPlus issues
Sort by recently updated
recently updated
newest added

### Environment Vue3 ### Reproduction link [https://run.iviewui.com/](https://run.iviewui.com/) ### Steps to reproduce tsx文件, setup方式 ``` return () => ( ) ``` ### What is expected? 支持string格式化类型 ### What is actually happening?...

### Environment macOS Ventura 13.4.1、Windows10、Windows11 / Chrome 114.0.5735.133 / Vue 3.0 ### Reproduction link [https://run.iviewui.com/PRdk0C1D](https://run.iviewui.com/PRdk0C1D) ### Steps to reproduce 通过在Input组件输入不同的值,来改变Select组件的Option数据源。第一次输入的是010201000000658410,赋值给Option的数据源是:[{value: '1', label: '这是旧的'}],选择选项Select组件的框内展示的是`这是旧的`;第二次输入的其他内容,赋值给Option的数据源是:[{value: '1', label: '这是新的'}],此时使用Select组件的清空属性进行数据清空,选择变更后的选项,Select组件的框内展示的是依然是`这是旧的`,但下拉框里展示的是`这是新的`。 ### What is expected?...

### Environment windows 10 chrome 114.0.5735.110 vue3 ### Reproduction link [https://run.iviewui.com/mGHd6QdC](https://run.iviewui.com/mGHd6QdC) ### Steps to reproduce 布局一个Drawer组件,打开浏览器调试窗口(F12),查看网页中Drawer组件的元素,可发现无论设置z-index为多少,渲染以后的z-index的值都为1000。 ### What is expected? 渲染后的组件的z-index与属性设置的一致 ### What is actually happening? 渲染后的z-index值不变

### Environment [email protected] ### Reproduction link [https://run.iviewui.com/DrtjdEHC](https://run.iviewui.com/DrtjdEHC) ### Steps to reproduce Table 组件 使用 slot header ,同时,columns 使用fixed。fixed列显示异常。请见链接 ### What is expected? fixed列不要遮挡了header ### What is actually happening? fixed列遮挡了header

### What problem does this feature solve? 设置tooltip的placement属性 ### What does the proposed API look like? 在column增加tooltipPlacement属性

### Environment [email protected] ### Reproduction link [https://run.iviewui.com/m8aDZiqJ](https://run.iviewui.com/m8aDZiqJ) ### Steps to reproduce 由于table的width很大,超过了窗口宽度。table里面没有数据时会显示“暂无数据”,这个“暂无数据”是居中显示,默认是看不到,滚动条拖到中间才会看到。 ### What is expected? “暂无数据”立刻能看到。 ### What is actually happening? 这个“暂无数据”是居中显示,默认是看不到,滚动条拖到中间才会看。 --- 体验差了一点

修复不能在mounted执行弹窗方法

### Environment win10,谷歌最新版,vue3.3.4,vite4.2.0,viewuiplus1.3.14 ### Reproduction link [https://www.iviewui.com/view-ui-plus/guide/changelog](https://www.iviewui.com/view-ui-plus/guide/changelog) ### Steps to reproduce 在mounted中执行this.$Modal.warning ### What is expected? 可以执行 ### What is actually happening? 控制台报错 viewuiplus.min.js:53 Uncaught (in promise) TypeError: Cannot read...

table 的 getSelection() 及其子函数,对 selectionRowKeys 和 selection 数组进行反复叠加自身,导致这两个数组过长 修复子函数的递归操作 ![61db7e23e75d41fc420f862fd1b0bb2](https://user-images.githubusercontent.com/9971413/224971487-6e5ed06c-40ce-486d-a0ae-6e84dd48d1f4.png) ![0714c42b6ad02e8e39af6ccfe8cb09e](https://user-images.githubusercontent.com/9971413/224971541-579086d8-32a4-4a03-b51b-de674fb27f99.png)