Skip to content

Commit e5d38a6

Browse files
committed
fix: link to post page
1 parent 1faf508 commit e5d38a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h3 class="title">Eager engine</h3>
22

33
<LinkTo @route="index" @current-when="index post" class="current-when-test-link">All Posts</LinkTo> |
4-
<LinkTo @route="post">Post 1</LinkTo>
4+
<LinkTo @route="post" @model={{1}}>Post 1</LinkTo>
55

66
{{outlet}}

0 commit comments

Comments
 (0)