50 left
This commit is contained in:
parent
49ca652549
commit
96a73bcd95
13 changed files with 70 additions and 82 deletions
|
|
@ -45,6 +45,6 @@
|
|||
}
|
||||
|
||||
<div class="container">
|
||||
@await Component.InvokeAsync("BlogIndex",User.GetUserId()??"_anonymous_",0,25)
|
||||
@await Component.InvokeAsync("BlogIndex",new{ id = User.GetUserId() ?? "_anonymous_" ) }
|
||||
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue