You've already forked lubo_comment_query
使用Mix,Tailwind,更改对应样式
This commit is contained in:
@ -19,7 +19,7 @@ class CommentQueryController extends BaseController
|
||||
}
|
||||
}
|
||||
}
|
||||
$comments = $query->limit(20)->get();
|
||||
$comments = $query->paginate(10);
|
||||
return view("index", [
|
||||
"keyword" => $keyword,
|
||||
"comments" => $comments,
|
||||
|
Reference in New Issue
Block a user