-
在web端出现 TypeError: _vm.$processStyle is not a function 异常
另外发现使用weex的组件 例如div text image 等均无法正常渲染
"weex-vue-framework": "^2.5.3-beta.0",
"weex-vue-render": "^0.12.25"
"vue": "^2.4…
-
WARNING in ./node_modules/weex-vue-loader/lib/style-loader.js!./node_modules/weex-vue-loader/lib/style-rewriter.js?id=data-v-3034a74c!./node_modules/weex-vue-loader/lib/selector.js?type=styles&index=0…
-
main.vue文件内容:
```
Hello {{msg}}
点击我
#app {
align-items: center;
margin-top: 120px;
}
.title {
font-size: 100px;
…
-
Is it possible to simplify?
Use the new vue-loader and make this a vue-loader "plugin"?
-
weex-chart之前已经集成了,但是采用g2的语法写不出完整饼图,代码:
```
import {api, toast, util, app, dialog, user} from '../util/module.js';
let GM …
-
编译后的 wx.js ,引用vue文件 是这样的
```
__vue_options__.__file = "D:\\workplace1\\weex\\weex-uikit\\packages\\form\\Input.vue"
```
是不是有问题啊?
-
Uncaught TypeError: Cannot read property 'chooseImage' of undefined
at Vue.chooseImage (circle_status.vue?a82a:89)
at weex$tap (circle_status.vue?f733:73)
at invoker (vue.runtime.esm.js…
-
#### weex
>https://weex.apache.org/cn/
>https://github.com/apache/incubator-weex/
>npm install weex-toolkit -g
##### 使用async/await
```bash
npm install --save-dev babel-plugin-transform-run…
-
![](http://upload-images.jianshu.io/upload_images/1494908-177bb892b9304394.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
> 自打出生的那一天起,Weex 就免不了被拿来同 React Native「一决高下」的命运。React Native 宣称「Le…
-
I have a pretty technical pickle I've waded myself into. I've gotten myself in an insane project of trying to get hot loading working in Weex. I'm so close I can taste it - but I'm missing something f…