fix: apply ESLint rule vue/no-required-prop-with-default

This commit is contained in:
iamsivin
2024-07-26 02:01:23 +05:30
parent 41a92c575f
commit 063d216247
5 changed files with 6 additions and 4 deletions
@@ -8,7 +8,6 @@ const props = defineProps({
label: {
type: String,
required: true,
default: '',
},
});