Update Part-9.md

pull/6616/head
liangshiwei 4 years ago committed by GitHub
parent bed4a4defd
commit 0cf3434e0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -868,7 +868,6 @@ Create a new Razor Component Page, `/Pages/Authors.razor`, in the `Acme.BookStor
<DataGrid TItem="AuthorDto"
Data="AuthorList"
ReadData="OnDataGridReadAsync"
CurrentPage="CurrentPage"
TotalItems="TotalCount"
ShowPager="true"
PageSize="PageSize">
@ -1189,4 +1188,4 @@ That's all! This is a fully working CRUD page, you can create, edit and delete t
## The Next Part
See the [next part](Part-10.md) of this tutorial.
See the [next part](Part-10.md) of this tutorial.

Loading…
Cancel
Save