From bbcd8d53fe659d3a2efdcffad8aabe0b6a27a762 Mon Sep 17 00:00:00 2001 From: liangshiwei Date: Fri, 11 Dec 2020 10:59:10 +0800 Subject: [PATCH] Update blazor document --- docs/en/Tutorials/Part-2.md | 1 + docs/en/Tutorials/Part-3.md | 1 + docs/en/Tutorials/Part-9.md | 1 + 3 files changed, 3 insertions(+) diff --git a/docs/en/Tutorials/Part-2.md b/docs/en/Tutorials/Part-2.md index 7bc42b1fc9..1a1d29f7d1 100644 --- a/docs/en/Tutorials/Part-2.md +++ b/docs/en/Tutorials/Part-2.md @@ -604,6 +604,7 @@ Open the `Books.razor` and replace the content as the following: diff --git a/docs/en/Tutorials/Part-3.md b/docs/en/Tutorials/Part-3.md index 2106e82069..486475ff9d 100644 --- a/docs/en/Tutorials/Part-3.md +++ b/docs/en/Tutorials/Part-3.md @@ -1429,6 +1429,7 @@ Here the complete code to create the book management CRUD page, that has been de diff --git a/docs/en/Tutorials/Part-9.md b/docs/en/Tutorials/Part-9.md index 65a59f39e1..b8b198f9dc 100644 --- a/docs/en/Tutorials/Part-9.md +++ b/docs/en/Tutorials/Part-9.md @@ -868,6 +868,7 @@ Create a new Razor Component Page, `/Pages/Authors.razor`, in the `Acme.BookStor