Browse Source

Merge pull request #8791 from abpframework/liangshiwei/patch-1

Update tutorial document
pull/8792/head
maliming 5 years ago
committed by GitHub
parent
commit
64d792fa64
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      docs/en/Tutorials/Part-9.md

1
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

Loading…
Cancel
Save