-
Hey there, I originally opened the issue [in the rust repo](https://github.com/rust-lang/rust/issues/54971), but I think it might be related to this crate.
[This comment](https://github.com/japaric…
-
index.vue :
```html
import WxParse from 'mpvue-wxparse'
export default {
components: {
WxParse
}
}
@import url("~mpvue-wxparse/src/wxParse.css");
...
…
-
```
"flyio": "^0.5.5",
"lodash": "^4.17.10",
"mpvue": "^1.0.10",
"vuex": "^2.3.1",
"wx-promise-pro": "^2.3.1"
```
在backend.js中通过await方式调用request方法,在request中返回了对象(如日志所示,有数据),可是在…
-
Previously I had a Site, and graduated to a an edge app. Changed the DNS and everything, but
```zh
~/P/dreamer-fly *master> fly hostnames --app applepen add beta.applepen.io
500: something tragi…
-
![image](https://user-images.githubusercontent.com/17774285/39026586-81a4394c-4480-11e8-95c9-ca1c4be8eded.png)
![image](https://user-images.githubusercontent.com/17774285/39026612-94e0086a-4480-11e8-…
-
直接使用其他人项目run dev没事。但我自己的项目重装了flyio多次之后还是跑不动啊。。require('flyio')就报错
![flyio](https://user-images.githubusercontent.com/27959851/37877218-285915e2-308a-11e8-8fbc-59d9baa9be7c.png)
-
迁移后的主要问题
1. px 无法自动转为rpx 需要手动替换
2. 在mpvue 中布局好的样式,迁移后大部分出现异常,布局错乱
3.页面部分插值没有渲染
优点:
解决了mpvue 共用同一个page导致的问题,和数据diff 问题
-
拦截器里执行异步任务时
```javascript
var log = console.log
log(grace)
var newHttp = grace.createHttpClient();
// 请求拦截器
grace.http.interceptors.request.use((request, con) => {
request.headers["version"] …
wfz90 updated
6 years ago
-
# [问题简单描述]
npm 安装第三方依赖成功并且编译通过,但小程序运行时报错
**问题复现步骤:**
1. [第一步]
cd test-mpvue
npm install vue-awesome-swiper --save
![安装vue-awesome-swiper](https://qiniu.drip.im/ticket-prize/5ac4836993d43.png…
-
mpvue全局使用fly应该怎么配置,试了好几种方式都不行,求解答