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

master
chenghongxing 4 years ago
parent 58c62442c3
commit a5b571d2a0
  1. 5
      src/components/table/StandardTable.vue

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

Loading…
Cancel
Save