|
@@ -22,16 +22,6 @@ |
|
|
<component type="typeof(App)" render-mode="Server" /> |
|
|
<component type="typeof(App)" render-mode="Server" /> |
|
|
</app> |
|
|
</app> |
|
|
<script src="_content/AntDesign/js/ant-design-blazor.js"></script> |
|
|
<script src="_content/AntDesign/js/ant-design-blazor.js"></script> |
|
|
<div id="blazor-error-ui"> |
|
|
|
|
|
<environment include="Staging,Production"> |
|
|
|
|
|
An error has occurred. This application may no longer respond until reloaded. |
|
|
|
|
|
</environment> |
|
|
|
|
|
<environment include="Development"> |
|
|
|
|
|
An unhandled exception has occurred. See browser dev tools for details. |
|
|
|
|
|
</environment> |
|
|
|
|
|
<a href="" class="reload">Reload</a> |
|
|
|
|
|
<a class="dismiss">🗙</a> |
|
|
|
|
|
</div> |
|
|
|
|
|
<script src="_framework/blazor.server.js"></script> |
|
|
<script src="_framework/blazor.server.js"></script> |
|
|
|
|
|
|
|
|
</body> |
|
|
</body> |
|
|