fix(Pagination): missing emits
This commit is contained in:
@@ -38,6 +38,8 @@ export default createComponent({
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
emits: ['change', 'update:modelValue'],
|
||||||
|
|
||||||
computed: {
|
computed: {
|
||||||
count() {
|
count() {
|
||||||
const count =
|
const count =
|
||||||
|
|||||||
Reference in New Issue
Block a user