-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
v1.3.0-beta.2 百度小程序自定义组件 iconfont 不显示 #3090
Comments
欢迎提交 Issue~ 如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏 如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。 Good luck and happy coding~ |
@Shalhvi v1.3.0-beta5 测试正常,升级后再试试吧。 App.js import './font/iconfont.css' 页面: import Taro, { Component } from '@tarojs/taro'
import { View } from '@tarojs/components'
import A from '../../components/a/a'
export default class Detail extends Component {
render () {
return (
<View className='index'>
<A />
</View>
)
}
} 组件: import Taro, { Component } from '@tarojs/taro'
import { View } from '@tarojs/components'
export default class A extends Component {
static options = {
addGlobalClass: true
}
render() {
return <View className='iconfont iconfont-left-circle' style='font-size: 24px;' />
}
} |
Hello~ 您的问题我们无法复现。如果有空的话还请拔冗提供一个简单的复现 demo,否则这个 issue 将在 15 天后被自动关闭。 如果您在这 15 天中更新更多信息自动关闭的流程会自动取消,如有其他问题也可以发起新的 Issue。 Good luck and happy coding~ |
@ckytx @skymoonya 提供一个完整可复现的项目 demo 我测试下吧。 |
c-mini-program.tar.gz |
@ckytx @skymoonya 等百度开发者工具下一个版本再试试。 |
了解 |
百度更新了开发工具2.2.7,可以显示了,谢谢了 |
@Shalhvi @skymoonya @ckytx 百度开发者工具,基础库改为 3.60.16 即可。 |
问题描述
v1.3.0-beta.2 百度小程序自定义组件 iconfont不显示,微信小程序显示正常
复现步骤
期望行为
百度小程序自定义组件显示iconfont
报错信息
无
系统信息
👽 Taro v1.3.0-beta.2
Taro CLI 1.3.0-beta.2 environment info:
System:
OS: macOS High Sierra 10.13.6
Shell: 5.3 - /bin/zsh
Binaries:
Node: 8.11.3 - ~/.nvm/versions/node/v8.11.3/bin/node
Yarn: 1.9.4 - /usr/local/bin/yarn
npm: 5.6.0 - ~/.nvm/versions/node/v8.11.3/bin/npm
The text was updated successfully, but these errors were encountered: