开发组件时所有style都会出现两次
声明:这个问题用稳定版和beta版开发工具都可以稳定重现。
我在开发组件的时候,如果添加了
Component({
options: {
/** todo: this will cause all style classes appear twice */
addGlobalClass: true
}
})
我调试编译后的结果会发现每个style class 都出现了2次。

3 回复