-
-
添加input: v-model后 click事件触发的 this.count += 1 没效果
```
{{count}}
export default {
data: {
count: 30
},
methods: {
clickHandle() {
…
-
之前用的是ionic开发Hybrid APP,在看了多方介绍之后准备入坑WEEX,看了2天的官方文档后有2个问题想问一下。
1、如何直接构建APP,官方文档中构建新应用的地方暂时还是一片空白,集成到现有应用要求掌握一定原生开发能力,请问WEEX是否能提供类似ionic的ionic build android之类的命令行生成应用的功能,或者其他不需要原生开发能力的解决方案
2、文档介绍说WE…
-
## (The content is temporarily removed. Please look forward [WeexConf](https://atf.alibaba.com/weex) ~)
## (内容暂时去掉了,敬请期待 [WeexConf](https://atf.alibaba.com/weex) ~)
# How to use Vue in Weex
Wee…
-
现在和文档对应的新的方式会给新的开发者带来不少困扰:
由于看过之前的文档, 一直都是: var stream = require('@weex-module/stream'); 这么写的, 现在在新的文档的指导下更新成这样: var stream = weex.requireModule('stream')
导致的界面无法正常显示, 估计是我开发环境没有升级, 可能对长期从事web开发的同…
-
If the purpose of this library is fast server-side rendering of React components, why another custom solution over others? Do you have any server rendering benchmarks against Inferno or Preact?
-
Use weex tool `1.0.1-alpha`.
-
The new version is in branch `weex-next` which is forked from `vue-loader`. Based on web platform, weex-vue-loader make these changes below:
**parts**
* [x] ``: use `weex-template-compiler`
* […
-
代码:var bundleUrl = this.$getConfig().bundleUrl;
显示错误:this.$getConfig is not a function
请问vue后缀名下如何获取bundleUrl
-
# Parent -
```
Say Hello
module.exports = {
methods: {
sayHello: function () {
var foo = this.$vm("foo");
foo.hello();
…