0👍
✅
Describe template in new Vue
const app = new Vue({
el: '#app',
components : { App },
router,
template: '<app />'
});
Source:stackexchange.com