mirror of
https://github.com/iczer/vue-antd-admin
synced 2025-04-06 04:00:06 +08:00
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…
x
Reference in New Issue
Block a user