mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(Pagination): missing emits
This commit is contained in:
parent
97a6bf9d48
commit
e8d190d51d
@ -38,6 +38,8 @@ export default createComponent({
|
||||
},
|
||||
},
|
||||
|
||||
emits: ['change', 'update:modelValue'],
|
||||
|
||||
computed: {
|
||||
count() {
|
||||
const count =
|
||||
|
Loading…
x
Reference in New Issue
Block a user