Merge branch v2.11 into v3.0
This commit is contained in:
commit
00b1d8b0bc
37 changed files with 160 additions and 103 deletions
|
@ -116,12 +116,14 @@ export default defineComponent({
|
|||
mixins: [GetTablePropsMixin],
|
||||
props: {
|
||||
name: {
|
||||
type: String,
|
||||
default: '',
|
||||
type: String
|
||||
required: false
|
||||
},
|
||||
type: {
|
||||
type: String,
|
||||
default: '',
|
||||
type: String
|
||||
required: false
|
||||
}
|
||||
},
|
||||
data () {
|
||||
|
|
|
@ -282,12 +282,14 @@ export default defineComponent({
|
|||
},
|
||||
props: {
|
||||
name: {
|
||||
type: String,
|
||||
default: '',
|
||||
type: String
|
||||
required: false
|
||||
},
|
||||
type: {
|
||||
type: String,
|
||||
default: '',
|
||||
type: String
|
||||
required: false
|
||||
}
|
||||
},
|
||||
data () {
|
||||
|
|
|
@ -227,12 +227,14 @@ export default defineComponent({
|
|||
mixins: [GetTablePropsMixin],
|
||||
props: {
|
||||
name: {
|
||||
type: String,
|
||||
default: '',
|
||||
type: String
|
||||
required: false
|
||||
},
|
||||
type: {
|
||||
type: String,
|
||||
default: '',
|
||||
type: String
|
||||
required: false
|
||||
}
|
||||
},
|
||||
data () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue