I have a div tag with an 'id="meet"' into v-dialog.
I need to access the node of this tag after I open the dialog. I am using
let node=document.querySelector("#meet").
My problem is that it always returns "null". Here is the codepen: https://codepen.io/luizalves/pen/NWxKbXQ
What is wrong here?