🎨 Fix formatting in props definition for consistency
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
const props = withDefaults(defineProps<{
|
||||
const props = withDefaults(defineProps<{
|
||||
size?: string;
|
||||
color?: string;
|
||||
animate?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user