mirror of
https://gitee.com/LongbowEnterprise/BootstrapBlazor.git
synced 2024-12-05 13:39:39 +08:00
!806 docs(#I2ARWQ): update docs for InstallContent
* docs: update InstallConstent file * refactor: remove the close button
This commit is contained in:
parent
00b9c83106
commit
364d257fe0
@ -16,14 +16,13 @@
|
||||
|
||||
<Pre CodeFile="install.1.html"></Pre>
|
||||
|
||||
<Alert ShowBar="true" Color="Color.Danger">
|
||||
<b>特别注意:</b>
|
||||
<p class="mt-1">如果是使用 <code>Blazozr App</code> 模板创建的工程请移除默认的 <code>Bootstrap</code> 样式链接 <code><link rel="stylesheet" href="css/bootstrap/bootstrap.min.css" /></code></p>
|
||||
</Alert>
|
||||
<Tips>
|
||||
<p>如果是使用 <code>Blazozr App</code> 模板创建的工程请移除默认的 <code>Bootstrap</code> 样式链接 <code><link rel="stylesheet" href="css/bootstrap/bootstrap.min.css" /></code></p>
|
||||
</Tips>
|
||||
|
||||
<h4>JS 文件</h4>
|
||||
|
||||
<p>Bootstrap 所提供的许多组件都依赖 JavaScript 才能运行。具体来说,这些组件都依赖 jQuery、Popper.js 以及我们自己的 JavaScript 插件。将以下 <code><script></code> 标签放到 <code>>@HostFile</code> 文件尾部且在 <code></body></code> 标签之前即可起作用。</p>
|
||||
<p>Bootstrap 所提供的许多组件都依赖 JavaScript 才能运行。具体来说,这些组件都依赖 jQuery、Popper.js 以及我们自己的 JavaScript 插件。将以下 <code><script></code> 标签放到 <code>@HostFile</code> 文件尾部且在 <code></body></code> 标签之前即可起作用。</p>
|
||||
<Pre CodeFile="install.2.html"></Pre>
|
||||
|
||||
<h4>添加命名空间到 <code>_Imports.razor</code> 文件</h4>
|
||||
|
@ -134,10 +134,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="mt-3 text-right">
|
||||
<button type="button" class="btn btn-primary" @onclick="@(e => IsOpen = false)">关闭</button>
|
||||
</div>
|
||||
</div>
|
||||
</Drawer>
|
||||
</CascadingValue>
|
||||
|
Loading…
Reference in New Issue
Block a user