Merge branch v2.11 into v3.3
This commit is contained in:
commit
c910ceeb00
18 changed files with 144 additions and 86 deletions
|
@ -156,7 +156,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