mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-23 18:00:27 +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: {
|
computed: {
|
||||||
count() {
|
count() {
|
||||||
const count =
|
const count =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user