懒加载图片组件

This commit is contained in:
tangly1024.com
2024-11-21 15:51:27 +08:00
parent fb96bc7b90
commit a07b128dd3
2 changed files with 14 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ import CategoryItem from './CategoryItem'
* @param {*} param0
* @returns
*/
const PostItemCardSimple = ({ post, showSummary }) => {
const PostItemCardSimple = ({ post }) => {
return (
<div
key={post.id}