shadcn-vue/apps/www/src/content/index.md
2023-09-06 18:18:11 +08:00

10 lines
159 B
Markdown

---
home: true
title: Shadcn for Vue
---
<script setup>
import LandingPage from "../../.vitepress/theme/components/LandingPage.vue"
</script>
<LandingPage />