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