chore: add boolean type support for props pagination of StandardTable.vue ; 🌟
This commit is contained in:
parent
58c62442c3
commit
a5b571d2a0
|
|
@ -45,7 +45,10 @@ export default {
|
||||||
type: [String, Function],
|
type: [String, Function],
|
||||||
default: 'key'
|
default: 'key'
|
||||||
},
|
},
|
||||||
pagination: Object,
|
pagination: {
|
||||||
|
type: [Object, Boolean],
|
||||||
|
default: true
|
||||||
|
},
|
||||||
selectedRows: Array
|
selectedRows: Array
|
||||||
},
|
},
|
||||||
data () {
|
data () {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue