YunYouJun/cook

使用 useVirtualList 实现搜索虚拟列表

YunYouJun opened this issue · 0 comments

Clear and concise description of the problem

目前搜索中通过全部展示的方式显示所有菜谱,当数量较多时,这可能造成性能问题。

Suggested solution

使用 useVirtualList 实现虚拟列表

Alternative

No response

Additional context

No response

Validations

  • Check that there isn't already an issue that request the same feature to avoid creating a duplicate.