mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 18:19:40 +00:00
10 lines
170 B
Plaintext
10 lines
170 B
Plaintext
@{
|
|
ViewData["Title"] = "Home Page";
|
|
}
|
|
|
|
<div id='app-root'>Loading...</div>
|
|
|
|
@section scripts {
|
|
<script src="~/dist/main.js" asp-append-version="true"></script>
|
|
}
|