From ff40359dff37e781dcbdad0fa93949bd0c31a6ab Mon Sep 17 00:00:00 2001 From: Argo-Lenovo Date: Mon, 13 Jun 2022 20:02:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20Pagination=20?= =?UTF-8?q?=E4=B8=8D=E6=94=AF=E6=8C=81=E8=87=AA=E5=AE=9A=E4=B9=89=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/BootstrapBlazor/Components/Pagination/Pagination.razor | 2 +- .../Components/Pagination/Pagination.razor.cs | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/BootstrapBlazor/Components/Pagination/Pagination.razor b/src/BootstrapBlazor/Components/Pagination/Pagination.razor index 2cff3bfa9..e5c7153bd 100644 --- a/src/BootstrapBlazor/Components/Pagination/Pagination.razor +++ b/src/BootstrapBlazor/Components/Pagination/Pagination.razor @@ -1,7 +1,7 @@ @namespace BootstrapBlazor.Components @inherits BootstrapComponentBase -