Change boolean module properties default value to undefined

This commit is contained in:
Romain 2025-03-26 10:22:05 +01:00 committed by GitHub
parent 84742275a4
commit a5d46fc6ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 9 additions and 9 deletions

View file

@ -67,7 +67,7 @@ export default defineComponent({
components: {},
props: {
data: { type: Object, default: undefined, required: false },
dense: Boolean
dense: { type: Boolean, default: undefined }
},
computed: {
isDense () {