You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -36,7 +36,7 @@ After the `<base href="/" />` tag in the **head** section of the **wwwroot/index
36
36
Insert the following references into the **body** section of the **wwwroot/index.html** file, immediately after the **_framework/blazor.webassembly.js** reference:
@@ -36,7 +36,7 @@ After the `<base href="/" />` tag in the **head** section of the **Components/Ap
36
36
Insert the following references into the **body** section of the **Components/App.razor** file, immediately after the **_framework/blazor.web.js** reference:
@@ -38,7 +38,7 @@ After the `<base href="/" />` tag in the **head** section of the **Components/Ap
38
38
Insert the following references into the **body** section of the **Components/App.razor** file, immediately after the **_framework/blazor.web.js** reference:
@@ -36,7 +36,7 @@ After the `<base href="/" />` tag in the **head** section in the **wwwroot/index
36
36
Insert the following references into the **body** section of the **wwwroot/index.html** file, immediately after the **_framework/blazor.webview.js** reference:
@@ -45,7 +45,7 @@ There is a known GitHub issue [Blazor empty template doesn't load scoped CSS](ht
45
45
Insert the following references into the **body** section of the **wwwroot/index.html** file, immediately after the **_framework/blazor.webassembly.js** reference:
<scriptsrc="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/4.4.1/chart.umd.js"integrity="sha512-ZwR1/gSZM3ai6vCdI+LVF1zSq/5HznD3ZSTk7kajkaj4D292NLuduDCO1c/NT8Id+jE58KYLKT7hXnbtryGmMg=="crossorigin="anonymous"referrerpolicy="no-referrer"></script> <!-- Add chart.js reference if Chart components are used in the application. -->
142
142
<!-- Add sortable.js reference if SortableList component is used in your application. -->
0 commit comments