We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13edb7c commit 30b8b80Copy full SHA for 30b8b80
example/pages/test.mjs
@@ -56,4 +56,6 @@ export default {
56
ADD_CSS: ['/addCss.css'], // points to src/assets/static/addCss.css
57
}
58
`),
59
+
60
+ p(Link({ to: '/', text: 'Link in a paragraph' })),
61
]
0 commit comments