creativetimofficial / vue-paper-dashboard

Creative Tim Paper Dashboard made for Vue

Home Page:https://www.creative-tim.com/product/paper-dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

fancydev18 opened this issue · comments

Please remove

.$mount("#app");

from here

}).$mount("#app");

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

Also,

render: h => h(App)

isn't needed either.