style: format code with precommit

This commit is contained in:
Ejaaz Khan
2024-10-31 00:22:28 +05:30
parent c118ec7c4a
commit dbd96329b5

View File

@@ -117,7 +117,7 @@ const props = defineProps({
default: (value) => `${value} is an Invalid value`,
},
required: {
type: Boolean
type: Boolean,
},
})