Skip to content

Commit 30b8b80

Browse files
committedApr 21, 2021
example/pages/test: add link in a paragraph
1 parent 13edb7c commit 30b8b80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎example/pages/test.mjs

+2
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,6 @@ export default {
5656
ADD_CSS: ['/addCss.css'], // points to src/assets/static/addCss.css
5757
}
5858
`),
59+
60+
p(Link({ to: '/', text: 'Link in a paragraph' })),
5961
]

0 commit comments

Comments
 (0)
Please sign in to comment.