Skip to content

Commit

Permalink
🐛 Include LoadTest page
Browse files Browse the repository at this point in the history
  • Loading branch information
koeeenig committed Feb 7, 2024
1 parent ce68a80 commit b3dda99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/BlazeKit.Website/PageLoad.razor
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@inherits PageComponentBase<MyCustomPageData>
@code {

private const bool prerender = false;
private const bool prerender = true;

public PageLoad() : base()
{ }
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Basic Example

<div class="w-auto" client="hover" blazelkit-id="e9c8a553-8213-42f3-8afd-5e4442ffff1a">
<div class="w-auto" client="load" blazelkit-id="e9c8a553-8213-42f3-8afd-5e4442ffff1a">
<!--Blazor:{"type":"webassembly","prerenderId":"e9c8a553-8213-42f3-8afd-5e4442ffff1a","key":{"locationHash":"78a4f2be-04b4-4f33-836f-987374068868","formattedComponentKey":""},"assembly":"BlazeKit.Website.Islands","typeName":"BlazeKit.Website.Islands.Components.Counter","parameterDefinitions":"W10=","parameterValues":"W10="}-->
<p>Loading Component...</p>
<progress class="progress"></progress>
Expand Down

0 comments on commit b3dda99

Please sign in to comment.