fix utilizzo chiamata metodi js
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user