Skip to content

Commit 2e7ff1e

Browse files
committed
Restore the app element
1 parent a7d40ae commit 2e7ff1e

File tree

1 file changed

+3
-1
lines changed
  • src/ProjectTemplates/Web.ProjectTemplates/content/BlazorServerWeb-CSharp/Pages

1 file changed

+3
-1
lines changed

src/ProjectTemplates/Web.ProjectTemplates/content/BlazorServerWeb-CSharp/Pages/_Host.cshtml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
<link href="css/site.css" rel="stylesheet" />
1414
</head>
1515
<body>
16-
<component type="typeof(App)" render-mode="ServerPrerendered" />
16+
<app>
17+
<component type="typeof(App)" render-mode="ServerPrerendered" />
18+
</app>
1719

1820
<div id="error-ui">
1921
<environment include="Staging,Production">

0 commit comments

Comments
 (0)