Refactoring, database structure changed
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
@if (IsLoading)
|
||||
{
|
||||
<LoadingInline Content="@(LoadingContent)"/>
|
||||
}
|
||||
else
|
||||
{
|
||||
if (ChildContent is null)
|
||||
{
|
||||
<span>@Content</span>
|
||||
}
|
||||
else
|
||||
{
|
||||
@(ChildContent)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user