ViewUIPlus
ViewUIPlus copied to clipboard
An enterprise-level UI component library and front-end solution based on Vue.js 3
### Environment windows / Microsoft Edge 版本 126.0.2592.81 (正式版本) (64 位) / Vue3 ### Reproduction link [https://run.iviewui.com/zmsVYiBL](https://run.iviewui.com/zmsVYiBL) ### Steps to reproduce DatePicker 设置format为MM:dd HH:mm 后 显示时间错误 ### What is expected?...
### Environment windows 10 , Google Chrome 126.0.6478.127, 当前 Vue 版本为 3.2.36,View UI Plus 版本为 1.3.1 ### Reproduction link [https://run.iviewui.com/preview/Vl0VdZ59](https://run.iviewui.com/preview/Vl0VdZ59) ### Steps to reproduce Cascader 组件on-change事件回调里面,v-mode的值,未及时更新 ### What is expected?...
### Environment "vue": "^3.4.27",chrome ### Reproduction link [https://run.iviewui.com/](https://run.iviewui.com/) ### Steps to reproduce 当我使用指令或者事件去限制了input能输入的位数,在我失去焦点的时候会自动多加一位,必须在绑定一个失焦事件再去限制一下才能解决这个问题 ### What is expected? 在去焦点的时候不会再多赋值一位,无需额外事件去处理 ### What is actually happening? 需要额外的事件去处理,再去截取一下需求的位数
在组件的onMounted调用this.$Spin.show(),然后再关闭this.$Spin.hide(),控制台报错。 ```js export default { mounted () { this.$Spin.show() setTimeout(() => { this.$Spin.hide() }, 3000) } } ```
main.js ` import { createApp } from 'vue' import App from '@/App.vue' import ViewUIPlus from 'view-ui-plus' const app = createApp(App); app.provide('Message', ViewUIPlus.Message); app.mount('#app'); ` index.js ` import { ref, inject,...
### Environment edge ### Reproduction link [https://run.iviewui.com/Hpkl8von](https://run.iviewui.com/Hpkl8von) ### Steps to reproduce 点击图片预览,点击下载 ### What is expected? 下载图片 ### What is actually happening? 发送了fetch请求,但没得到图片
### Environment windows ### Reproduction link [https://run.iviewui.com/ugbClJn0](https://run.iviewui.com/ugbClJn0) ### Steps to reproduce 表单验证自定义异步校验规则,会被调用2次 ### What is expected? 调用1次 ### What is actually happening? 调用2次