mirror of
https://github.com/DioxusLabs/dioxus
synced 2025-02-19 23:28:27 +00:00
try fix CI test
This commit is contained in:
parent
38915b1f96
commit
83d428b853
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ fn simple_test() {
|
||||||
Segment::content(comp(Home)).fixed(
|
Segment::content(comp(Home)).fixed(
|
||||||
"blog",
|
"blog",
|
||||||
Route::empty().nested(
|
Route::empty().nested(
|
||||||
Segment::content(comp(BlogList)).catch_all((comp(BlogPost, PostId {}))),
|
Segment::content(comp(BlogList)).catch_all((comp(BlogPost), PostId {})),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue