We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2a7237 commit 6c96d16Copy full SHA for 6c96d16
AspNetCoreVueMpa.Web/Views/Home/Index.cshtml
@@ -2,7 +2,6 @@
2
ViewData["Title"] = "Home Page";
3
}
4
5
-<div class="text-center">
6
- <h1 class="display-4">Welcome</h1>
7
- <p>Learn about <a href="https://docs.microsoft.com/aspnet/core">building Web apps with ASP.NET Core</a>.</p>
8
-</div>
+@section Scripts{
+ <script type="text/javascript" src="~/js/home-index.bundle.js" asp-append-version="true"></script>
+}
0 commit comments