### Affected version 0.24.27 ### Flutter versions 3.35.7 ### No same issues found. - [x] Yes, I search all issues but not found. ### Steps to Reproduce 一、我用的debug 包测试,Layout耗时太长,是不是webf机制如此 二、我用的是webf-listview ### Code example <template> <main class="conversation-page"> <webf-listview class="conversation-list" aria-label="简单会话列表"> <article v-for="conversation in conversations" :key="conversation.id" class="conversation-row" > {{ conversation.title }} </article> </webf-listview> </main> </template> ### Expected results <img width="1024" height="450" alt="Image" src="https://github.com/user-attachments/assets/171ded73-f73d-49f5-89d4-f11c80add48f" /> ### Actual results 卡顿了
Affected version
0.24.27
Flutter versions
3.35.7
No same issues found.
Steps to Reproduce
一、我用的debug 包测试,Layout耗时太长,是不是webf机制如此
二、我用的是webf-listview
Code example
{{ conversation.title }}Expected results
Actual results
卡顿了