Browse Source
Merge pull request #8791 from abpframework/liangshiwei/patch-1
Update tutorial document
pull/8792/head
maliming
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
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<BookStoreResource> LH |
|
|
|
|