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
@@ -26,7 +26,6 @@ export default {
},
websiteName: {
type: String,
default: '',
required: true,
},
logo: {