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: {
|
||||
value () {
|
||||
this.computeOffset()
|
||||
this.computeOffset();
|
||||
}
|
||||
},
|
||||
mounted () {
|
||||
this.$nextTick(() => {
|
||||
this.computeOffset()
|
||||
this.computeOffset();
|
||||
});
|
||||
|
||||
window.addEventListener('resize', ()=>{
|
||||
this.computeOffset()
|
||||
})
|
||||
this.computeOffset();
|
||||
});
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
|
Loading…
Add table
Reference in a new issue