Browse Source
Update Customization-Overriding-Components.md
pull/9861/head
Qingxiao Ren
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
docs/en/UI/Blazor/Customization-Overriding-Components.md
|
|
|
@ -20,11 +20,11 @@ First, create your logo and place under a folder in your web application. We use |
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
The next step is to create a razor component, like `MyBlazor.razor`, in your application: |
|
|
|
The next step is to create a razor component, like `MyBranding.razor`, in your application: |
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
The content of the `MyBlazor.razor` is shown below: |
|
|
|
The content of the `MyBranding.razor` is shown below: |
|
|
|
|
|
|
|
````html |
|
|
|
@using Volo.Abp.DependencyInjection |
|
|
|
|