diff options
Diffstat (limited to 'docs/showcases/index.md')
-rw-r--r-- | docs/showcases/index.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/showcases/index.md b/docs/showcases/index.md new file mode 100644 index 0000000..21b54b7 --- /dev/null +++ b/docs/showcases/index.md @@ -0,0 +1,9 @@ +--- +layout: home +--- + +<script setup> +import Showcases from './Showcases.vue' +</script> + +<Showcases /> |