Skip to content

Commit

Permalink
fix: Lack of masonry.js
Browse files Browse the repository at this point in the history
  • Loading branch information
wzh425 committed Sep 5, 2024
1 parent a128abf commit 0650c1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Web/Masa.Mc.Web.Admin.Server/Pages/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<script src="https://cdn.masastack.com/npm/aliyun/aliyun-oss-sdk.min.js"></script>
<script src="_content/Masa.Stack.Components/js/oss/upload.js"></script>
<script src="_content/MASA.Blazor.Experimental.Components/js/experimental.js"></script>
<script src="https://cdn.masastack.com/npm/masonry/masonry.pkgd.min.js"></script>
<script>
Blazor.start().then(function () {
var customScript = document.createElement('script');
Expand Down

0 comments on commit 0650c1a

Please sign in to comment.