ViewUI
ViewUI copied to clipboard
A high quality UI Toolkit built on Vue.js 2.0
### Environment win11 ### Reproduction link [https://www.iviewui.com/components/anchor](https://www.iviewui.com/components/anchor) ### Steps to reproduce 第一个Anchor 锚点组件实例,样式问题 ### What is expected? 滑动不会绝对定位 ### What is actually happening? 不对
### Environment Windows / Chrome 98.0.4758.102 / Vue ^2.6.11 ### Reproduction link [https://www.iviewui.com/components/date-picker](https://www.iviewui.com/components/date-picker) ### Steps to reproduce npm uninstall babel-eslint npm install @babel/eslint-parser npm run dev ### What is expected?...
### Environment 任何系统 ### Reproduction link [https://github.com/view-design/ViewUI/blob/master/types/message.d.ts](https://github.com/view-design/ViewUI/blob/master/types/message.d.ts) ### Steps to reproduce 无需复现 ### What is expected? 能通过Message调用他的他的静态方法,而不报类型错误 ### What is actually happening? 调用他的静态方法会报类型错误
Environment 全环境 Reproduction link https://run.iviewui.com/1AgiOCx8 问题 设置 数值精度 是 2,这时候输入 98,会变成 9.01,之前的版本时会变成 98.00
Bumps [chownr](https://github.com/isaacs/chownr) from 1.0.1 to 1.1.1. Commits 7a5c3d5 1.1.1 03eb97e Fix bug working on network-path files on windows 76c21fa 1.1.0 e8f0dc7 auto-publish scripts b196e0e add tests for old readdir support...
### Environment mac ### Reproduction link [http://preview.smartadmin.1024lab.net/#/user-log/user-operate-log](http://preview.smartadmin.1024lab.net/#/user-log/user-operate-log) ### Steps to reproduce 选择器点击打开。不选择时间无法关闭 然后点击第二个选择器 两个选择器会同时显示 点击空白处均不可关闭 ### What is expected? 点击空白处关闭选择器 ### What is actually happening? 无法关闭
Environment Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 Reproduction link https://iviewui.com/components/select#YCSSMRZ Steps to reproduce Select开启远程搜索&多选,首先选中任意一个item,然后复制新的keyword并粘贴 What is expected? 粘贴内容可以完整显示 What is actually happening? 只显示了前两个字符...
### Environment 谷歌 ### Reproduction link [https://www.iviewui.com/components/date-picker#API](https://www.iviewui.com/components/date-picker#API) ### Steps to reproduce 文档 ### What is expected? 文档修改 或者 代码修改 不然容易误导别人 ### What is actually happening? 我将DatePicker API transfer 值 赋为true...
fix: 修复Select,processOption处理导致自定义指令的inserted无法执行 https://run.iviewui.com/TqqrVhfH
### Environment 4.7.0 ### Reproduction link [https://run.iviewui.com/LpJkTUMd](https://run.iviewui.com/LpJkTUMd) ### Steps to reproduce 1、将 DatePicker 的初始值设为空字符串 '' 2、将 DatePicker 的值置为 null 3、点击 DatePicker 选择日期,但v-model的值并没有发生变化,还是null,第二次选择才能正确的更新数据。 ### What is expected? 第一选择v-model绑定的值能正确更新 ### What is...