-
### 相关平台
微信小程序
**小程序基础库: 2.14.4**
**使用框架: Vue 3**
### 复现步骤
```
{{ msg }}
点我
aaaa
aaaa
…
-
### Existing Component
是
### Component Name
el-select
### Description
在业务中遇到述求,选中select的一项时,需要调用接口和校验判断此项是否有效,如果无效则还原先前的选择。目前做法是在el-select暴露的change事件中处理,但会有问题是当接口有延时的时候,页面ui展现是先选中点击项后再恢复先…
-
# [问题简单描述]
**问题复现步骤:**
```
showDialog() {
console.log(this);
let dialogComponent = this.selectComponent(".wxc-dialog");
dialogComponent && dialogComponent.show();
},
``…
-
感谢大佬的插件,我开发的时候遇到一个问题,本意是使用vue-copper-h5封装一个可以裁剪上传的组件,在一个页面中,我使用了两次这个组件,但是发现第二个组件文件上传之后会将结果渲染到第一个组件中,一番排查之后发现一个奇怪的问题,我在第二个组件操作的时候,发现在getFile方法中this中的信息竟然指向了第一个组件中的信息;百思不得其解,求大佬指点迷津;
子组件:
`
…
-
The toast is not working after upgrade to the Nuxt bridge. Also the server shows several warnings (only when this plugin enabled).
```
WARN Compiled with 60 warnings …
-
### 版本
2.0.19
### 转载链接
[www.uviewui.com](https://www.uviewui.com/components/popup.html)
### 重现步骤
在一个滚动页面使用u-popup弹出层组件,在u-popup上面使用canvas标签进行签名操作,这是当手指进行上下滑动时,背景页面会跟着手指进行上下滑动,体验很差…
-
to call `useClient`? Alternatively, you can explicitly pass a client as the `manualClient` argument.
To start off, thank you logaretm! Villus looks really cool and since apollo does not seem to w…
-
### Current behavior
I just added Cypress on an existing project, using vue and typescript.
```
Error: Webpack Compilation Error
./cypress/e2e/1-getting-started/test.ts 2:7
Module parse faile…
-
I created this plugin, in another way (different from gridsome/gridsome#167), for convenient and organized PWA config, and the support for serving manifest during development (rishabh3112/gridsome-plu…
-
> 1.当Button组件和ActionBar和组件一起使用后本地运行正常,打包后ActionBar样式顺序错乱,与本地开发不一致。 线上: ![image](https://user-images.githubusercontent.com/43030980/157158226-bd11f2e0-266e-4765-9eb6-255b8a9de81b.png) 本地: ![image](http…