diff options
author | Aylur <[email protected]> | 2024-09-04 22:39:08 +0200 |
---|---|---|
committer | Aylur <[email protected]> | 2024-09-04 22:39:08 +0200 |
commit | 67c8c97654efc2219c7b931b99d0d95d4541a5a8 (patch) | |
tree | 2d36fd083af318e63bbdd9555c124694e03b55db /docs/showcases/Showcase.vue | |
parent | 6f39857dc7bf59d84c89b311690e858ce0a4724e (diff) |
add gi docs deploy workflow
Diffstat (limited to 'docs/showcases/Showcase.vue')
-rw-r--r-- | docs/showcases/Showcase.vue | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/showcases/Showcase.vue b/docs/showcases/Showcase.vue index 46d2138..5873a8e 100644 --- a/docs/showcases/Showcase.vue +++ b/docs/showcases/Showcase.vue @@ -1,6 +1,4 @@ <script setup> -import { defineProps } from 'vue'; - const props = defineProps({ src: { type: String, required: true }, author: { type: String, required: true }, |