🎨 Fix formatting in props definition for consistency

This commit is contained in:
2026-01-28 05:07:12 +00:00
parent e74db72355
commit 35ebd6cf32

View File

@@ -19,7 +19,7 @@
</template> </template>
<script setup> <script setup>
const props = withDefaults(defineProps<{ const props = withDefaults(defineProps<{
size?: string; size?: string;
color?: string; color?: string;
animate?: boolean; animate?: boolean;