This commit is contained in:
2020-04-04 18:58:23 +00:00
parent 374a033c3b
commit 67071b817a
2 changed files with 177 additions and 191 deletions

View File

@@ -193,5 +193,6 @@ new Vue({
vuetify: Vuetify,
router,
store,
render: h => h(App)
// eslint-disable-next-line
render: (h) => h(App)
}).$mount("#app");