-
Notifications
You must be signed in to change notification settings - Fork 283
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
brand 怎么自定义组件 #79
Comments
文档里有句话:
|
sidebar 我这边实现了 但是 brand 怎么配置卡片呢
也试了
以上都不生效 |
{
config: {
brand: { ... }, // 传配置
},
components: {
header: MyHeader // 自定义的导航组件
}
} |
请教 sidebar怎么实现的呀 |
captainstdin
pushed a commit
to captainstdin/ChatUI
that referenced
this issue
May 31, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
**Version information (版本信息)**sdk 0.2.2
Describe the bug (描述问题)
无法实现 brand 怎么自定义组件
Steps To Reproduce (重现步骤)
config: {
navbar: {
logo: 'https://gw.alicdn.com/tfs/TB1Wbldh7L0gK0jSZFxXXXWHVXa-168-33.svg',
title: '来虎服务支持',
code: 'brand-title', // 自定义组件不生效
},
....
}
Link to minimal reproduction (最小化重现链接)
https://img.alicdn.com/imgextra/i2/O1CN01sA6Q5220fG0Us4WDj_!!6000000006876-2-tps-1584-1146.png
Expected behavior (期望的结果是什么)
navbar 如何自定义组件配置,实现如上图链接效果
The text was updated successfully, but these errors were encountered: