mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 11:54:02 +00:00
fix(Pagination): missing emits
This commit is contained in:
@@ -38,6 +38,8 @@ export default createComponent({
|
||||
},
|
||||
},
|
||||
|
||||
emits: ['change', 'update:modelValue'],
|
||||
|
||||
computed: {
|
||||
count() {
|
||||
const count =
|
||||
|
Reference in New Issue
Block a user