### Clear and concise description of the problem 目前搜索中通过全部展示的方式显示所有菜谱,当数量较多时,这可能造成性能问题。 ### Suggested solution 使用 [useVirtualList](https://vueuse.org/core/useVirtualList/#usevirtuallist) 实现虚拟列表 ### Alternative _No response_ ### Additional context _No response_ ### Validations - [X] Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
Clear and concise description of the problem
目前搜索中通过全部展示的方式显示所有菜谱,当数量较多时,这可能造成性能问题。
Suggested solution
使用 useVirtualList 实现虚拟列表
Alternative
No response
Additional context
No response
Validations