diff options
Diffstat (limited to 'docs/showcases')
-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 }, |