From e8d190d51d50618f27d499640955e99044c1be67 Mon Sep 17 00:00:00 2001 From: chenjiahan Date: Mon, 6 Jul 2020 16:54:35 +0800 Subject: [PATCH] fix(Pagination): missing emits --- src-next/pagination/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src-next/pagination/index.js b/src-next/pagination/index.js index 0aef4e5f1..8eddb1dcf 100644 --- a/src-next/pagination/index.js +++ b/src-next/pagination/index.js @@ -38,6 +38,8 @@ export default createComponent({ }, }, + emits: ['change', 'update:modelValue'], + computed: { count() { const count =