📅  最后修改于: 2022-03-11 14:54:21.008000             🧑  作者: Mango
代码示例1
//You need use the use WithPagination;
use Livewire\WithPagination;
class ChamadoList extends Component
{
use WithPagination;
//...
}