Head root component integration in .NET MAUI
This commit is contained in:
@ -7,6 +7,7 @@
|
||||
|
||||
<BlazorWebView HostPage="wwwroot/index.html">
|
||||
<BlazorWebView.RootComponents>
|
||||
<RootComponent Selector="head::after" ComponentType="{x:Type local:Head}" />
|
||||
<RootComponent Selector="#app" ComponentType="{x:Type local:Main}" />
|
||||
</BlazorWebView.RootComponents>
|
||||
</BlazorWebView>
|
||||
|
Reference in New Issue
Block a user