mirror of
https://github.com/iczer/vue-antd-admin
synced 2025-04-05 07:27: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],
|
||||
default: 'key'
|
||||
},
|
||||
pagination: Object,
|
||||
pagination: {
|
||||
type: [Object, Boolean],
|
||||
default: true
|
||||
},
|
||||
selectedRows: Array
|
||||
},
|
||||
data () {
|
||||
|
Loading…
x
Reference in New Issue
Block a user