我想为文档创建一个登录页,但我没有任何布局选项。如何创建直接指向Vue组件的平台?
---
layout: none
---
<Landing />
<script setup>
import Landing from "./components/Landing.vue"
</script>
我希望有一页是空的。只是我的组件。
事实证明,在vitepress中没有布局page
、home
或doc
就无法实现页面。更多信息。