Skip to content

Commit

Permalink
🐛 fix(PEnqueuedSnackbars-docs): usage warppered in example (#1045)
Browse files Browse the repository at this point in the history
* 🐛 fix: usage warppered in example

* 📝 docs: remove a unnecessary script(prism-csharp.min.js)
  • Loading branch information
capdiem authored Feb 28, 2023
1 parent 226a13e commit efd5904
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ related:

Allows you to set the `Position` of the snackbar queue, whether it can be closed, and the max count.

<masa-example file="Examples.components.enqueued_snackbars.Usage"></masa-example>
<enqueued-snackbars-usage></enqueued-snackbars-usage>

## Examples

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ related:

允许您设置消息队列的`Position`,是否可以关闭和最大队列数量。

<masa-example file="Examples.components.enqueued_snackbars.Usage"></masa-example>
<enqueued-snackbars-usage></enqueued-snackbars-usage>

## 示例

Expand Down
1 change: 0 additions & 1 deletion docs/Masa.Docs.Server/Pages/_Host.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
<script src="https://cdn.masastack.com/npm/docsearch/docsearch.js"></script>
<script src="https://cdn.masastack.com/npm/sortable/Sortable.min.js"></script>
<script src="https://cdn.bootcdn.net/ajax/libs/prism/1.29.0/prism.min.js"></script>
<script src="https://cdn.bootcdn.net/ajax/libs/prism/1.29.0/components/prism-csharp.min.js"></script>
<script src="https://api.map.baidu.com/api?v=1.0&&type=webgl&ak=QahcSGCkRzIVXBkKhWHt3vGhNyYGdk3t"></script>
<script src="js/prism-razor-diff.min.js"></script>
<script src="js/prism-normalize-whitespace.min.js"></script>
Expand Down
1 change: 0 additions & 1 deletion docs/Masa.Docs.WebAssembly/wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
<script src="https://cdn.masastack.com/npm/docsearch/docsearch.js"></script>
<script src="https://cdn.masastack.com/npm/sortable/Sortable.min.js"></script>
<script src="https://cdn.bootcdn.net/ajax/libs/prism/1.29.0/prism.min.js"></script>
<script src="https://cdn.bootcdn.net/ajax/libs/prism/1.29.0/components/prism-csharp.min.js"></script>
<script src="https://api.map.baidu.com/api?v=1.0&&type=webgl&ak=QahcSGCkRzIVXBkKhWHt3vGhNyYGdk3t"></script>
<script src="js/prism-razor-diff.min.js"></script>
<script src="js/prism-normalize-whitespace.min.js"></script>
Expand Down

0 comments on commit efd5904

Please sign in to comment.