Skip to content

Commit

Permalink
Update TodoMvc.razor
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Oct 28, 2023
1 parent 4dfabb2 commit e7bc1e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MyApp/Pages/TodoMvc.razor
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<h1 class="mb-4 @Css.H1">Todos Application</h1>

<div id="todomvc" data-component="Pages/TodoMvc.mjs" data-props=@((MarkupString)("{todos:" + todosJson?.Value + "}"))></div>
<div id="todomvc" data-component="Pages/TodoMvc.mjs" data-props=@BlazorHtml.Raw("{todos:" + todosJson?.Value + "}")></div>

<div>
<div class="mt-8 flex justify-center gap-x-4">
Expand Down

0 comments on commit e7bc1e0

Please sign in to comment.