-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Thank you for this awesome package.
I'm using Vue3 v3.2.26 with jw-vue-pagination v1.0.3
turns out
created() {
if (!this.$listeners.changePage) {
throw 'Missing required event listener: "changePage"';
}
//...
}this.$listeners.changePage removed from Vue3; produce error
need to modify this line to run on Vue3
https://v3.vuejs.org/guide/migration/listeners-removed.html
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'changePage')
Thanks in advance
Metadata
Metadata
Assignees
Labels
No labels