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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
docs/en/tutorials/book-store/part-02.md
|
|
|
@ -522,7 +522,7 @@ Now you can see the final result on your browser: |
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
{{else if UI == "Blazor" || UI == "BlazorServer" || UI == "BlazorWebApp"}} |
|
|
|
{{else if UI == "Blazor" || UI == "BlazorServer" || UI == "BlazorWebApp" || UI == "MAUIBlazor"}} |
|
|
|
|
|
|
|
## Create a Books Page |
|
|
|
|
|
|
|
|