9 lines
150 B
Markdown
9 lines
150 B
Markdown
---
|
|
title: Theming - shadcn-vue
|
|
---
|
|
|
|
<script setup>
|
|
import Theming from "../../.vitepress/theme/components/theming/Theming.vue"
|
|
</script>
|
|
|
|
<Theming /> |