Skip to content

Commit f120ef6

Browse files
authored
doc(Bootstrap): remove dynamic load bootstrap doc (#6214)
1 parent e4203dd commit f120ef6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/BootstrapBlazor.Server/Components/Pages/Install_WebApp.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
// Motronic 主题可选建议添加
3333
&lt;link rel="stylesheet" href="_content/BootstrapBlazor/css/motronic.min.css" /&gt;</Pre>
3434

35-
<h5>4. 添加脚本 (<code>9.7.1</code> 版本后可跳过此步骤)</h5>
35+
<h5>4. 添加脚本</h5>
3636
<p><code>App.razor</code> 文件在 <code>body</code> 结尾位置添加如下内容它应与默认 blazor 脚本位于同一位置。</p>
3737
<Pre class="mb-3">// 添加 BootstrapBlazor 脚本
3838
&lt;script src="_content/BootstrapBlazor/js/bootstrap.blazor.bundle.min.js"&gt;&lt;/script&gt;</Pre>

src/BootstrapBlazor.Server/Locales/en-US.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1195,7 +1195,7 @@
11951195
"P22": "Add stylesheet file",
11961196
"P23": "Add a theme style sheet to the host file",
11971197
"P24": "Need to reference BootstrapBlazor.FontAwesome package",
1198-
"P25": "Add Javascript files. This step can be skipped for versions later than <code>9.7.1</code>",
1198+
"P25": "Add Javascript files",
11991199
"P26": "add code",
12001200
"P27": "Register the BootstrapBlazor service",
12011201
"P28": "Add namespace reference",

src/BootstrapBlazor.Server/Locales/zh-CN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1195,7 +1195,7 @@
11951195
"P22": "添加样式表文件",
11961196
"P23": "在宿主文件中增加主题样式表",
11971197
"P24": "需引用 BootstrapBlazor.FontAwesome 包",
1198-
"P25": "添加 JavaScript 文件 <code>9.7.1</code> 版本后可跳过此步骤",
1198+
"P25": "添加 JavaScript 文件",
11991199
"P26": "增加代码",
12001200
"P27": "注册 BootstrapBlazor 服务",
12011201
"P28": "增加命名空间引用",

0 commit comments

Comments
 (0)