Closed xinxinshen closed 3 years ago
indexOf是方法,具体看这里 http://www.w3school.com.cn/jsref/jsref_indexOf.asp
不是很明白,我不进入调试模式的话,是不会报错的。 我的we文件如下,就是一个简单的hello world。
<template>
<div static>
<text>{{ word }}</text>
</div>
</template>
<script>
module.exports = {
ready: function() {
this.word = 'Data changes' // UI won't be updated
},
data: {
word: 'Hello static'
}
}
</script>
<div static>
<text>{{ word }}</text>
</div>
不明白这个static有啥用?是不是这个字段的原因呢?
讲道理,我把static去掉真的就可以了。why? @xispower
有种不明觉厉的感觉
我的理解是,一般写这里的是属性,系统根据这个属性去做相应的事情,可能是因为你这里没有赋值的原因。赋值之后可以成为自定义的属性。
我只要文件里面有自定义的 component,就无法使用 weex hello.we 是怎么回事?
This PR/issue doesn't receive response since Weex migrated to Apache two years ago and this repository is no longer active yet.
Feel free to ask question in new repository and thanks for your contribution.
This issue is outdated for a long time and will be closed now. You can create a new one if you still have questions.
安装了weex-toolkit 之后想进入调试模式,控制台输入命令后报错
报错信息: