10 lines
159 B
Markdown
10 lines
159 B
Markdown
---
|
|
home: true
|
|
title: Shadcn for Vue
|
|
---
|
|
|
|
<script setup>
|
|
import LandingPage from "../../.vitepress/theme/components/LandingPage.vue"
|
|
</script>
|
|
|
|
<LandingPage /> |