chore: add boolean type support for props pagination of StandardTable.vue ; 🌟

This commit is contained in:
chenghongxing 2020-07-29 09:09:43 +08:00
parent 657c061b89
commit 17e7df6860

View File

@ -45,7 +45,10 @@ export default {
type: [String, Function],
default: 'key'
},
pagination: Object,
pagination: {
type: [Object, Boolean],
default: true
},
selectedRows: Array
},
data () {