Browse Source
Merge pull request #8792 from abpframework/auto-merge/rel-4-3/351
Merge branch dev with rel-4.3
pull/8797/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 |
|
|
|
|