mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-24 02:30:13 +00:00
Remove Vue template server-side prerendering because of limitations
This commit is contained in:
@@ -2,10 +2,8 @@
|
||||
ViewData["Title"] = "Home Page";
|
||||
}
|
||||
|
||||
<div asp-prerender-module="ClientApp/dist/main-server">
|
||||
<div id='app-root'>Loading...</div>
|
||||
</div>
|
||||
<div id='app-root'>Loading...</div>
|
||||
|
||||
@section scripts {
|
||||
<script src="~/dist/main-client.js" asp-append-version="true"></script>
|
||||
<script src="~/dist/main.js" asp-append-version="true"></script>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user