Skip to content

Commit 0244598

Browse files
committed
refactor: 增加 Count 参数
1 parent 113ce90 commit 0244598

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/BootstrapBlazor/Components/Filters/MultipleFilterBase.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ public abstract class MultipleFilterBase : FilterBase
1313
/// <summary>
1414
/// 获得/设置 条件数量
1515
/// </summary>
16+
[Parameter]
1617
public int Count { get; set; }
1718

1819
/// <summary>

src/BootstrapBlazor/Components/Filters/StringFilter.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
namespace BootstrapBlazor.Components;
77

88
/// <summary>
9-
///
9+
/// StringFilter 组件
1010
/// </summary>
1111
public partial class StringFilter
1212
{

0 commit comments

Comments
 (0)