Skip to content

Commit 44b2e9b

Browse files
committed
doc: 增加内置定位器描述说明
1 parent 146778f commit 44b2e9b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/BootstrapBlazor.Server/Components/Samples/Locators.razor

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ Location = await provider.Locate(Ip);</Pre>
4040
<p><code>183.160.236.53</code> @Localizer["LocatorsNormalTips4"]</p>
4141

4242
<DemoBlock Title="@Localizer["LocatorsNormalTitle"]" Introduction="@Localizer["LocatorsNormalIntro"]" Name="Normal">
43+
<section ignore>
44+
@((MarkupString)Localizer["LocatorsProviderDesc"].Value)
45+
</section>
4346
<div class="row g-3 form-inline">
4447
<div class="col-12 col-sm-6">
4548
<Select Items="_providers" Value="@ProviderName" OnValueChanged="OnProviderNameChanged" ShowLabel="true" DisplayText="LocatorProvider">

0 commit comments

Comments
 (0)