From 521d3234d9050108eb6559cc5ce84eab95ed4abb Mon Sep 17 00:00:00 2001 From: liangshiwei Date: Mon, 26 Apr 2021 16:25:00 +0800 Subject: [PATCH] Update tutorial document --- docs/en/Tutorials/Part-9.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/en/Tutorials/Part-9.md b/docs/en/Tutorials/Part-9.md index 1fb4d0e703..1ea6e5507d 100644 --- a/docs/en/Tutorials/Part-9.md +++ b/docs/en/Tutorials/Part-9.md @@ -844,6 +844,7 @@ Create a new Razor Component Page, `/Pages/Authors.razor`, in the `Acme.BookStor @page "/authors" @using Acme.BookStore.Authors @using Acme.BookStore.Localization +@using Volo.Abp.AspNetCore.Components.Web @inherits BookStoreComponentBase @inject IAuthorAppService AuthorAppService @inject AbpBlazorMessageLocalizerHelper LH