Change boolean module properties default value to undefined
This commit is contained in:
parent
84742275a4
commit
a5d46fc6ef
8 changed files with 9 additions and 9 deletions
|
@ -172,7 +172,7 @@ export default defineComponent({
|
|||
},
|
||||
props: {
|
||||
data: { type: Object, default: undefined, required: false },
|
||||
dense: Boolean
|
||||
dense: { type: Boolean, default: undefined }
|
||||
},
|
||||
computed: {
|
||||
isDense () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue