JumpToPageInput fixed

This commit is contained in:
Bahadır Sofuoğlu 2023-01-16 13:54:20 +03:00
parent 2d90cf5227
commit 6530cc61b0

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() {