I\'ve seen many times Vue instance is bind on body tag. Other times this is bind on a div id
body
div id
I\'m asking when i should use body
The accepted answer is correct: binding the main Vue instance on body element is really not recommended!
For more information: