Skip to content

Commit 8b7739d

Browse files
committed
Add link to sidebar
1 parent 7e1df9f commit 8b7739d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/.vitepress/config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ const config = {
5353
{
5454
text: 'Passing Data to Components',
5555
link: '/guide/essentials/passing-data'
56+
},
57+
{
58+
text: 'Write components that are easy to test',
59+
link: '/guide/essentials/easy-to-test'
5660
}
5761
]
5862
},

0 commit comments

Comments
 (0)