* chore: update deps * feat: enable Volar hybrid mode * chore: lint * chore: build registry
11 lines
160 B
Markdown
11 lines
160 B
Markdown
---
|
|
home: true
|
|
title: Shadcn for Vue
|
|
---
|
|
|
|
<script setup>
|
|
import LandingPage from "../../.vitepress/theme/components/LandingPage.vue"
|
|
</script>
|
|
|
|
<LandingPage />
|