Browse Source

Merge pull request #24015 from abpframework/auto-merge/rel-9-3/4063

Merge branch rel-10.0 with rel-9.3
auto-merge/rel-10-0/4064
Ma Liming 4 months ago
committed by GitHub
parent
commit
c4af50398f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/en/tutorials/book-store/part-02.md

2
docs/en/tutorials/book-store/part-02.md

@ -522,7 +522,7 @@ Now you can see the final result on your browser:
![Book list final result](images/bookstore-book-list-angular.png)
{{else if UI == "Blazor" || UI == "BlazorServer" || UI == "BlazorWebApp"}}
{{else if UI == "Blazor" || UI == "BlazorServer" || UI == "BlazorWebApp" || UI == "MAUIBlazor"}}
## Create a Books Page

Loading…
Cancel
Save