From ee02e301f18e91c846527b1c0b467aadd5542e44 Mon Sep 17 00:00:00 2001 From: liangshiwei Date: Wed, 19 Jan 2022 09:29:31 +0800 Subject: [PATCH] Update 5.1 POST --- docs/en/Blog-Posts/2022-01-11 v5_1_Release_Stable/POST.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/en/Blog-Posts/2022-01-11 v5_1_Release_Stable/POST.md b/docs/en/Blog-Posts/2022-01-11 v5_1_Release_Stable/POST.md index 2e09e9fb21..47c7832695 100644 --- a/docs/en/Blog-Posts/2022-01-11 v5_1_Release_Stable/POST.md +++ b/docs/en/Blog-Posts/2022-01-11 v5_1_Release_Stable/POST.md @@ -49,6 +49,10 @@ This is a minor feature release, mostly with enhancements and improvements based } ```` +### Blazor UI + +If you are using Blazor WebAssembly, open the `Program` class and replace `InitializeAsync` with `InitializeApplicationAsync`. + ## What's New with the ABP Framework 5.1? In this section, I will introduce some major features released with this version.