name of it on load,
that div just staying under my app div.
i dont know what is it and seeing this first time on my vue project.
checked extensions and tried to google it to figure it out but nothing.
>Solution :
It appears to me as if the <div> element was given the id of "checkdv…". This is used within CSS or JS files to assign styling or call functions. You’ll want to check for that id name within one of those types of files to see what’s happening and why it’s there if you don’t know what it is.