fix eslint
This commit is contained in:
parent
78b7cd0b28
commit
416414039b
1 changed files with 4 additions and 4 deletions
|
@ -162,17 +162,17 @@
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
value () {
|
value () {
|
||||||
this.computeOffset()
|
this.computeOffset();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted () {
|
mounted () {
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
this.computeOffset()
|
this.computeOffset();
|
||||||
});
|
});
|
||||||
|
|
||||||
window.addEventListener('resize', ()=>{
|
window.addEventListener('resize', ()=>{
|
||||||
this.computeOffset()
|
this.computeOffset();
|
||||||
})
|
});
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Add table
Reference in a new issue