Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

创建组件的时候class 会重复出现两个 #1230

Closed
kliu-tkww opened this issue Nov 23, 2018 · 6 comments
Closed

创建组件的时候class 会重复出现两个 #1230

kliu-tkww opened this issue Nov 23, 2018 · 6 comments

Comments

@kliu-tkww
Copy link

创建组件的时候class 会重复出现两个
小程序环境

@taro-bot
Copy link

taro-bot bot commented Nov 23, 2018

欢迎提交 Issue~

如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏

如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。

Good luck and happy coding~

@yuche
Copy link
Contributor

yuche commented Nov 23, 2018

你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏

@nyrf
Copy link

nyrf commented Nov 23, 2018

你用了全局样式的话就会这样,

 static options = {
    addGlobalClass: true
  }

@jinmingpang
Copy link

遇到相同问题。

static options = {
    addGlobalClass: true
 }

应用这个参数按照文档描述,可以应用组件外样式,但是会使当前组件class重复两次。
例如:

<View class="bt-primary bt-primary">XXX</View>

去掉 addGlobalClass选项,class次数正常,但是不能应用外部样式。

@luckyadam
Copy link
Member

luckyadam commented Nov 25, 2018

这个正常,编译后的代码只有一个,但是显示是 2 个
这个 issue 可以关闭了

@yuche yuche closed this as completed Nov 28, 2018
@yuche yuche added the resolved label Nov 28, 2018
@hugeorange
Copy link

不好意思,能麻烦解释下为什么会出现两次吗

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants