JumpToPageInput fixed
parent
2d90cf5227
commit
6530cc61b0
|
@ -24,10 +24,13 @@ export default {
|
||||||
if (this.$refs.jtpInput && !this.$refs.jtpInput.focused) return;
|
if (this.$refs.jtpInput && !this.$refs.jtpInput.focused) return;
|
||||||
|
|
||||||
this.$emit('page-change', newValue - 1);
|
this.$emit('page-change', newValue - 1);
|
||||||
}
|
|
||||||
},
|
},
|
||||||
mounted() {
|
page: {
|
||||||
this.d_page = this.page;
|
handler(newValue) {
|
||||||
|
this.d_page = newValue;
|
||||||
|
},
|
||||||
|
immediate: true
|
||||||
|
}
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
inputArialabel() {
|
inputArialabel() {
|
||||||
|
|
Loading…
Reference in New Issue