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

List-ListItem extraBrief brief title插槽里的内容不显示 #1083

Closed
5 tasks
Kuntey opened this issue Feb 1, 2024 · 2 comments
Closed
5 tasks

List-ListItem extraBrief brief title插槽里的内容不显示 #1083

Kuntey opened this issue Feb 1, 2024 · 2 comments

Comments

@Kuntey
Copy link

Kuntey commented Feb 1, 2024

组件

ListItem

基础库版本

3.3.3

  • 1.x
  • 2.x

设备机型

手机系统

  • iOS
  • Android
  • HarmonyOS

APP

微信小程序

组件库版本

2.15.0

预期行为

插槽里的内容显示

复现步骤

复现 demo

<a-list-item wx:for="{{ 10}}" wx:key="index" arrow="right">
                        <a-icon slot="image" type="BellOutline" />
                        <view slot="title">
                            <text>title</text>
                        </view>
                        <view slot="brief">
                            <text>brief</text>
                        </view>
                        <view slot="extra">
                            <text>extra</text>
                        </view>
                        <view slot="extraBrief">
                            <text>extraBrief</text>
                        </view>

 </a-list-item>
@DiamondYuan
Copy link
Collaborator

#1084

已修复,预计今天发布。

@DiamondYuan
Copy link
Collaborator

可以试试看 2.26.0

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

2 participants