vux icon indicating copy to clipboard operation
vux copied to clipboard

Mobile UI Components based on Vue & WeUI

Results 125 vux issues
Sort by recently updated
recently updated
newest added

给panel组件Lis属性实时刷新数据时,panel组件不更新。查阅源码后发现没有watch这个List属性,是不是这方面原因?

### VUX version 2.9.2 ### OS/Browsers version windows/Google Chrome版本 71.0.3578.98(正式版本) (64 位) ### Vue version 2.6.0-beta.1 ### Code ```html 查看 签收 审核 调整 取消申请 ``` ### Steps to reproduce 假如第一行右滑有两个按钮,第二行右滑有一个按钮...

``` DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead ``` ![image](https://user-images.githubusercontent.com/19886365/68180284-1c9e6800-ffce-11e9-8821-e4ec6b9932b7.png)

\ 比如我范围是2019-12-01到2019-12-31,但是无法选择2019-12-31号

默认状态 showOutstockMenu: false, outMenu: [ { "label": "邮寄", "value": 1 }, { "label": "自取","value": 2 } ], vux 版本:2.9.0 问题描述: 1. 页面会默认显示 actionsheet 的内容,(没有隐藏,和官网 demo 一样,会自动添加到页面到底部,页面往下拉就能看到) 2. 在外层嵌套 div ,v-show:"showOutstockMenu",内容会隐藏,点击“取消”后,出现的遮罩层会隐藏,但是控制台报错——...

component/actionsheet

Please makes sure the items are checked before submitting your PR, thank you! * [ ] `Rebase` before creating a PR to keep commit history clear. * [ ] `Only...

### Existing Component 是 ### Component Name vue-i18n alertPlugin ### Description 想请教下,vux选择vuex-i18n做国际化的原因是什么?为什么没有选择vue-i18n,这个的功能应该是更多的,也是更大众的选择。 做项目的时候尝试着 vux vue-i18n 配合使用,无奈 alertPlugin 等组件全局注册时会调用 i18n,先于vue-i18n挂载到vue实例,报错无法使用。莫非是我的使用姿势不对。。 Test issue history...

### VUX version 2.9.2 ### OS/Browsers version win10/Chrome 版本 71.0.3578.98(正式版本) (32 位) ### Vue version 2.5.21 ### Code ```html package.json ``` "dependencies": { "@nuxtjs/axios": "^5.0.0", "cross-env": "^5.2.0", "express": "^4.16.3", "nuxt":...