JumpToPageInput fixed

pull/3539/head
Bahadır Sofuoğlu 2023-01-16 13:54:20 +03:00
parent 2d90cf5227
commit 6530cc61b0
1 changed files with 6 additions and 3 deletions

View File

@ -24,10 +24,13 @@ export default {
if (this.$refs.jtpInput && !this.$refs.jtpInput.focused) return;
this.$emit('page-change', newValue - 1);
}
},
mounted() {
this.d_page = this.page;
page: {
handler(newValue) {
this.d_page = newValue;
},
immediate: true
}
},
computed: {
inputArialabel() {