Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/BootstrapBlazor/Components/Step/Step.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@

private int _currentStepIndex;

/// <summary>
/// 获得当前步骤索引(只读)
/// </summary>
public int CurrentStepIndex => _currentStepIndex;

Check warning on line 59 in src/BootstrapBlazor/Components/Step/Step.razor.cs

View check run for this annotation

Codecov / codecov/patch

src/BootstrapBlazor/Components/Step/Step.razor.cs#L59

Added line #L59 was not covered by tests

/// <summary>
/// 获得 组件样式字符串
/// </summary>
Expand Down