fix(Pagination): missing emits

This commit is contained in:
chenjiahan 2020-07-06 16:54:35 +08:00
parent 97a6bf9d48
commit e8d190d51d

View File

@ -38,6 +38,8 @@ export default createComponent({
}, },
}, },
emits: ['change', 'update:modelValue'],
computed: { computed: {
count() { count() {
const count = const count =