-
如下腾讯的qq管家 : https://guanjia.qq.com
还有你的qq包,也不是最新版
-
![image](https://user-images.githubusercontent.com/43368308/138668645-aa9529e4-54bb-4934-9113-e2ded95b9e11.png)
-
**问题描述**
[问题描述:尽可能简洁清晰地把问题描述清楚]
https://github.com/xiaoxiangmoe/issue-can-not-use-uniapp-global-vue-component
**复现步骤**
[复现问题的步骤]
1. git clone https://github.com/xiaoxiangmoe/issue-can-not-us…
-
## 详细问题描述
最新版本的 UNI-APP 项目
使用 CLI 创建 UNI-APP 项目,将 index 和 vue 文件分离,
分离后 ts 文件中引入
import {uniBadge} from '@dcloudio/uni-ui' 会发生错误;
而在 2019-09-17 之前的版本中,则没有这个问题;
[内容]
## 重现步骤
[步骤]
…
-
'default' is not exported by src/newSDK/uni_sdk3.6.3.js, imported by src/utils/WebIM.js
at utils/WebIM.js:1:7
-
**问题描述**
当启动h5的treeShaking时,编译结果会删除一些我使用到的组件
**复现步骤**
在 manifest.json 中配置如下
```
{
"h5": {
"title": "xxx",
"router": {
"mode": "history",
"base": ""
},
"opti…
-
**问题描述**
在web端运行正常,真机调试显示 Could not resolve "pinia"
**复现步骤**
mainData.js
```
import { defineStore } from 'pinia';
export const useMainDataStore = defineStore('mainData', {
state: () …
-
**问题描述**
0、如题的问题可能是特定手机存在问题,其中【华为荣耀10】测试手机执行如下步骤发现问题,其他手机没有问题。
1、页面有2个input 第一个的type=text,第二个的type=number。
2、进入页面后(这个时候键盘还没有弹出),点击第一个input弹出文字键盘,再点击第二个input键盘依旧时文字键盘,正常情况应该切换数字键盘
3、重新进入页面,点击第二个inp…
-
**问题描述**
仅H5端,在使用canvas时报错
```
Uncaught TypeError: $event.currentTarget.getBoundingClientRect is not a function null:1397
```
点进 null:1397 出现
```
无法加载 http://127.0.0.1:3000…
-
**问题描述**
用uni-app自带的webview引入第三方h5页面时,需要吊起摄像头进行录像,在Android机上,只能打开照相机。因为h5页面不能上传已经拍摄好的视频,必须是实时录制的,也无法使用本地视频进行上传。
**复现步骤**
[复现问题的步骤]
1. 启动app
2. 点击一个按钮进入带有webview的页面,里面嵌入了第三方人脸验证的页面
3. 点击录制视频,出…