Enable WebAssembly mode and add blazing-berry theme

Added the `@rendermode InteractiveWebAssembly` directive to
`IndexPage.razor` to enable interactive WebAssembly rendering.
Included a `<link>` element to reference the `blazing-berry.bs5.min.css`
stylesheet from the `DevExpress.Blazor.Themes` content folder to
apply the "blazing-berry" theme for enhanced styling.
This commit is contained in:
2026-07-01 12:58:25 +02:00
parent 278b9964f1
commit d94821433a

View File

@@ -1,5 +1,6 @@
@page "/" @page "/"
@inject IJSRuntime JS @inject IJSRuntime JS
@rendermode InteractiveWebAssembly
<link href="_content/DevExpress.Blazor.Themes/blazing-berry.bs5.min.css" rel="stylesheet" /> <link href="_content/DevExpress.Blazor.Themes/blazing-berry.bs5.min.css" rel="stylesheet" />