Merge branch v2.11 into v3.3

This commit is contained in:
kevinpollet 2025-03-27 09:29:32 +01:00
commit c910ceeb00
No known key found for this signature in database
GPG key ID: 0C9A5DDD1B292453
18 changed files with 144 additions and 86 deletions

View file

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