chore: syntax sugar

Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
This commit is contained in:
Ameya Shenoy 2021-05-04 12:50:20 +05:30
parent 4b5e252163
commit bdd4bd28e1
Signed by: codingcoffee
GPG key ID: F7D58AAC5DACF8D3

View file

@ -10,7 +10,8 @@ Vue.config.productionTip = false;
Vue.use(ElementUI);
new Vue({
el: "#app",
router,
store,
render: (h) => h(App),
}).$mount("#app");
});