shadcn-vue/apps/www/src/content/index.md
Sadegh Barati d34c620055
chore: lint and enable Volar hybrid mode (#419)
* chore: update deps

* feat: enable Volar hybrid mode

* chore: lint

* chore: build registry
2024-03-20 22:29:42 +03:30

11 lines
160 B
Markdown

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