Skip to content

Commit 266e61e

Browse files
committed
refactor: 调整参数顺序
1 parent 413ba2b commit 266e61e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor/Components/NetworkMonitor/NetworkMonitorIndicator.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<Popover Title="@Title" Trigger="@Trigger" Placement="@PopoverPlacement">
55
<ChildContent>
6-
<span id="@Id" @attributes="@AdditionalAttributes" tabindex="0" class="@ClassString"></span>
6+
<span @attributes="@AdditionalAttributes" id="@Id" tabindex="0" class="@ClassString"></span>
77
</ChildContent>
88
<Template>
99
<div class="bb-nt-main">

0 commit comments

Comments
 (0)