mounted () {
this.$nextTick(() => {
document.getElementById('id').addEventListener('your event', () => {

})
})
}