fix utilizzo chiamata metodi js

This commit is contained in:
zaccaria.majid
2023-09-27 14:33:14 +02:00
parent b9ab0e924a
commit 63bf39ec2e
3 changed files with 14 additions and 0 deletions
+1
View File
@@ -18,6 +18,7 @@
<body>
<Routes />
<script src="_framework/blazor.web.js"></script>
<script src="lib/bootstrap/js/bootstrap.bundle.js"></script>
</body>
</html>
@@ -60,6 +60,7 @@ main {
height: 100vh;
position: sticky;
top: 0;
left: 100%;
}
.top-row {
+12
View File
@@ -49,6 +49,18 @@
</ItemGroup>
<ItemGroup>
<None Include="compilerconfig.json" />
<None Include="wwwroot\bootstrap\js\bootstrap.bundle.js" />
<None Include="wwwroot\bootstrap\js\bootstrap.bundle.js.map" />
<None Include="wwwroot\bootstrap\js\bootstrap.bundle.min.js" />
<None Include="wwwroot\bootstrap\js\bootstrap.bundle.min.js.map" />
<None Include="wwwroot\bootstrap\js\bootstrap.esm.js" />
<None Include="wwwroot\bootstrap\js\bootstrap.esm.js.map" />
<None Include="wwwroot\bootstrap\js\bootstrap.esm.min.js" />
<None Include="wwwroot\bootstrap\js\bootstrap.esm.min.js.map" />
<None Include="wwwroot\bootstrap\js\bootstrap.js" />
<None Include="wwwroot\bootstrap\js\bootstrap.js.map" />
<None Include="wwwroot\bootstrap\js\bootstrap.min.js" />
<None Include="wwwroot\bootstrap\js\bootstrap.min.js.map" />
</ItemGroup>
<ItemGroup>