Browse Source

Fix typo for LeptonXLiteTheme

Co-authored-by: Qingxiao Ren <rqx110@163.com>
pull/12383/head
Enis Necipoglu 4 years ago
committed by GitHub
parent
commit
cbdef0960c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/en/Themes/LeptonXLite/blazor.md

4
docs/en/Themes/LeptonXLite/blazor.md

@ -19,7 +19,7 @@ LeptonX Lite has implementation for ABP Framework Blazor WebAssembly & Blazor Se
dotnet add package Volo.Abp.AspNetCore.Components.WebAssembly.LeptonXLiteTheme
```
- Remove old theme from **DependsOn** attribute in your module class and add **AbpAspNetCoreComponentsWebAssemblyLeptonXThemeModule** type to **DependsOn** attribute.
- Remove old theme from **DependsOn** attribute in your module class and add **AbpAspNetCoreComponentsWebAssemblyLeptonXLiteThemeModule** type to **DependsOn** attribute.
```diff
[DependsOn(
@ -49,7 +49,7 @@ builder.RootComponents.Add<App>("#ApplicationContainer");
dotnet add package Volo.Abp.AspNetCore.Components.Server.LeptonXLiteTheme
```
- Remove old theme from **DependsOn** attribute in your module class and add **AbpAspNetCoreComponentsWebAssemblyLeptonXThemeModule** type to **DependsOn** attribute.
- Remove old theme from **DependsOn** attribute in your module class and add **AbpAspNetCoreComponentsWebAssemblyLeptonXLiteThemeModule** type to **DependsOn** attribute.
```diff
[DependsOn(

Loading…
Cancel
Save