ViewUI icon indicating copy to clipboard operation
ViewUI copied to clipboard

A high quality UI Toolkit built on Vue.js 2.0

Results 197 ViewUI issues
Sort by recently updated
recently updated
newest added

### Environment vue2 ### Reproduction link [https://jsfiddle.net/webxmsj/0czgt3an/](https://jsfiddle.net/webxmsj/0czgt3an/) ### Steps to reproduce 见代码 ![image](https://user-images.githubusercontent.com/40289489/146301773-045fa42f-37f5-4ac0-a309-f9ca31dbb732.png) ### What is expected? img标签上含有alt属性 ### What is actually happening? img标签上不含有alt属性

### Environment win10 / Edge 96.0.1054.53 / 4.7.0 ### Reproduction link [https://run.iviewui.com/vFgoCvMG](https://run.iviewui.com/vFgoCvMG) ### Steps to reproduce crime scene: Collapse Grid Select Modus operandi: Click quickly and repeatedly to expand the...

### What problem does this feature solve? 需求:在删除的时候要求 按钮 为 error ,在发出警告时按钮为 warning 。而现在不能配置,因为一个按钮颜色,不得不重新写一套confirm组件。 ### What does the proposed API look like? ``` this.$Modal.confirm({ title: '', content: '', okText: '删除',...

### Environment win10专业版64位操作系统/Google Chrome 版本 96.0.4664.93(正式版本)(64 位)/Vue 2x ### Reproduction link [https://run.iviewui.com/fyIoOHv9](https://run.iviewui.com/fyIoOHv9) ### Steps to reproduce 建一个带有分组表头的表格,拖拽分组表头或者后面列的表头 ### What is expected? 带有分组表头的表格能够正常拖拽调整列宽 ### What is actually happening? 拖拽调整列宽无效并报错 报错信息:Uncaught TypeError:...

build: { analyze: true, transpile: [/^view-design/], extend(config, ctx) { if (ctx.dev && ctx.isClient) { config.module .rule('view-design') .test(/view-design.src.*?js$/) .use('babel') .loader('babel-loader') .end() } }, babel: { plugins: [ [ 'import', { libraryName:...

Environment Windows 10 ;默认Edge浏览器Microsoft Edge 44.18362.387.0 Reproduction link 无链接 Steps to reproduce 1.使用babel-plugin-import按需引入的时候, 2.在入口文件main.js中使用Vue.component('Select', Select) What is expected? 按需引入的情况下 Vue.component('Select', Select)能够兼容浏览器转换代码 What is actually happening? Edge浏览器报错Expected identifier, string or number...

### Environment 操作系统:任意,浏览器:任意,vue:最新 ### Reproduction link [https://run.iviewui.com/4pDIT7Sb](https://run.iviewui.com/4pDIT7Sb) ### Steps to reproduce 直接点击示例中的按钮就可以重现 ### What is expected? 双绑值不应该消失,如效果:https://run.iviewui.com/mhripodS,这个代码暂时利用了延时解决问题。 ### What is actually happening? 双绑值没了。 --- 如果将Select组件改为HTML原生select元素是正常的

### Environment Windows 10 / Chrome 86 / Vue 2.6.11 ### Reproduction link [https://run.iviewui.com/yPXuqAwV](https://run.iviewui.com/yPXuqAwV) ### Steps to reproduce 1.在win10開啟中文輸入法  2.以鍵盤右邊的數字鍵輸入數字  3.若遇到有符號時(如: $ ,) 輸入的數字會重複顯示2次 ### What is expected? 開啟中文輸入法時, 輸入數字不會重複顯示2次...

### Environment iview run ### Reproduction link [https://run.iviewui.com/sI2Flgss](https://run.iviewui.com/sI2Flgss) ### Steps to reproduce 见重现连接 ### What is expected? 修复 ### What is actually happening?

bug