-
```js
const axios = require('luch-request')
const ins = new axios({
baseUrl: config.baseURL
})
```
运行在小程序平台直接报错了, 请问大大这是为啥
```console
Uncaught Error: Module parse failed: Unexpected …
-
**问题描述**
cli创建的项目安装最新版本的sass会报错
**复现步骤**
[复现问题的步骤]
1. cli创建项目
2. yarn add node-sass --dev
3. yarn add sass-loader --dev
**预期结果**
在页面上能使用scss语法
**实际结果**
![image](https://user-images.…
-
使用hbuilder 发行-网站-H5手机版时,提示
[HBuilder] 09:31:07.309 文件查找失败:'uni-view/components/open-data' at ..\..\Program Files\HBuilderX\plugins\uniapp-cli\node_modules\@dcloudio\vue-cli-plugin-uni-optimize\.tmp\c…
-
`this.$refs.mpvuePicker.show is not a function. (In 'this.$refs.mpvuePicker.show()', 'this.$refs.mpvuePicker.show' is undefined); `
请问报这个错误是什么问题呢?
-
While building ios app on xcode 11.6 i am getting following error
PreviewAnyFile.swift:3:48: error: use of undeclared type 'CDVPlugin'
@objc(HWPPreviewAnyFile) class PreviewAnyFile: CDVPlugin
…
-
**问题描述**
[问题描述:尽可能简洁清晰地把问题描述清楚]
已在app.json中添加globalStyle添加自定义组件,如果要使用该组件,就需要组件引用标签。如何配置顶层全局的引用标签,就无需每个地方都去写组件引用标签?
**补充信息**
是否有一个扩展的编译接口,方便开发者写入小程序全局引用标签
snwyz updated
4 years ago
-
**问题描述**
H5 build 开启 treeShaking,编译失败
**复现步骤**
manifest.json 添加 H5 treeShaking:
````
"h5": {
"optimization": {
"treeShaking": {
"enable": true
}
}
}
````
执行 npm run bu…
-
**问题描述**
保存图片到系统相册saveimagetophotosalbum如果后台返回的路径没有文件个数后缀怎么设置文件格式?
**复现步骤**
[复现问题的步骤]
1.运行uniapp看图模板项目
2.后台返回的图片路径没有文件格式,如:https://images.unsplash.com/photo-1562887245-138c2f45013e?ixlib=rb-1.2…
-
**问题描述**
之前看到有人反馈过这个问题,回复说2.6.6已修复,但我升级到2.6.8这个问题仍然存在。
用vue-cli方式创建的TypeScript项目在导入组件时报错 Unknown custom element:
**复现步骤**
1.创建项目 vue create -p dcloudio/uni-preset-vue my-project
2.选择默认模板(TypeSc…
gxsww updated
4 years ago
-
**问题描述**
引入mapbox-gl
地图无法显示出来
控制台报错
Uncaught ReferenceError: **_create is not defined**
at 16755152-56de-480f-9793-c88bd7e46a16:1
at 16755152-56de-480f-9793-c88bd7e46a16:1
at 167551…
Mrxpj updated
4 years ago