jccp_a/vuepress/docs/.vuepress/.temp/pages/demo/index.html.vue
hellcat ac91e1fbe4 1
2025-11-12 17:57:30 +08:00

8 lines
138 B
Vue

<template><div><ul>
<li><VPLink href="./bar.md">bar</VPLink></li>
<li><VPLink href="./foo.md">foo</VPLink></li>
</ul>
</div></template>