creativetimofficial / vue-paper-dashboard

Creative Tim Paper Dashboard made for Vue
https://www.creative-tim.com/product/paper-dashboard
MIT License
1.8k stars 590 forks source link

new Vue.$mount is not needed; it also gives warning #60

Closed fancydev18 closed 1 year ago

fancydev18 commented 5 years ago

Please remove

.$mount("#app");

from here https://github.com/creativetimofficial/vue-paper-dashboard/blob/77eeaf1f888be4f4046d763ad57fdc91467b961c/src/main.js#L14

as it's not needed. It also gives a warning in console, #app not found.

Also,

render: h => h(App)

isn't needed either.