ViewUIPlus
ViewUIPlus copied to clipboard
An enterprise-level UI component library and front-end solution based on Vue.js 3
### Environment vue.3.2.47 ### Reproduction link [https://blog.csdn.net/ddx2019/article/details/108827418](https://blog.csdn.net/ddx2019/article/details/108827418) ### Steps to reproduce 解决chrome下的passive警告问题 ### What is expected? 去掉这个警告 ### What is actually happening? 控制台出现 Added non-passive event listener to a scroll-blocking...
### Environment "view-ui-plus": "^1.3.1" ### Reproduction link [http://vite.walllbf.cloud/](http://vite.walllbf.cloud/) ### Steps to reproduce 使用vite,在package.json中,使用"view-ui-plus": "^1.3.1",或更高版本 ### What is expected? Select组件的filterable属性应该生效 ### What is actually happening? Select组件的filterable属性不生效 --- 从1.3.1版本开始,使用^允许更新到主版本号下的最新次版本号和补丁版本号,Select组件的filterable属性失效,下载了官方的view-ui-project-vite项目,里面的iview为1.3.0版本,并不会出现属性失效,改为 "view-ui-plus": "^1.3.1",一样会失效
### Environment mac os , chrome 112.0.5615.137 , "view-ui-plus": "^1.3.0","vue": "^3.2.25" ### Steps to reproduce 嵌套格式如下 ` 详情 ` 第一次渲染时 图片能正常显示 在页面中使用搜索框重新获取服务器数据后将对应的product.image的src修改为''之后 清空搜索框重新获取第一次获取的数据之后 为product.image赋值地址后 这边所有的图片依然是渲染成为了 /imgs/no-img.jpg的形式 观察现象应该是重新为图片组件的src赋值后没有使用新的src进行重新渲染
/** * ref设定 */ function setRefAction(el: any) { if (el) { refArr.push(el); } } 拖拽时 一直执行 setRefAction 函数
### Environment macos 13.3.1 (22E261) ,chrome 版本 112.0.5615.137(正式版本) (arm64) "node_modules/view-ui-plus": { "version": "1.3.10", "resolved": "https://registry.npmmirror.com/view-ui-plus/-/view-ui-plus-1.3.10.tgz", "integrity": "sha512-Ps6f15zdAvzR5HS3tXqmi9crYYzGRDE5zfCRU2/BxkLdYb7r9aFc5yBbHWREd0RdWddez+au9Ml95DqTFMtfcw==", "dependencies": { "async-validator": "^3.3.0", "countup.js": "^1.9.3", "dayjs": "^1.11.0", "deepmerge": "^2.2.1", "element-resize-detector": "^1.2.0", "js-calendar":...
### Environment [email protected]/[email protected]/[email protected] (64-bit)/[email protected]/ ### Reproduction link [https://run.iviewui.com/9N7nE0NW](https://run.iviewui.com/9N7nE0NW) ### Steps to reproduce 是同一份代码,没有修改过,vue的代码本机dev启动访问和build都是正常。浏览器控制台也不报错。 不知道什么时候开始,今天突然发现 select 组件 包含filterable,输入文字不能执行过滤效果。 select 的 multiple的属性是正常的。 https://run.iviewui.com/9N7nE0NW 我以为是我的代码出了问题,我就把 https://run.iviewui.com/9N7nE0NW 最基本的代码复制到我vue文件里,跑了一下,filterable一样不起作用。 一模一样的代码 我想问下会filterable不起作用是什么原因造成?? ### What is expected?...
### Environment vue3/chrome ### Reproduction link [https://run.iviewui.com/f7aETEsR](https://run.iviewui.com/f7aETEsR) ### Steps to reproduce 点击leaf 1-1-1和leaf 1-1-2,此时这2个节点时选中状态。再点击leaf 1-1-1,左边的checkbox没有取消选择。 ### What is expected? 击leaf 1-1-1,左边的checkbox应该取消选择。 ### What is actually happening? 击leaf 1-1-1,左边的checkbox还是选中状态 --- 如果只对一个节点点击,checkbox状态变化时正常的
在组件里的mounted直接调用this.$Spin.show()会直接报错 演示DEMO: https://run.iviewui.com/9Sgtf0Sr