This commit is contained in:
@@ -193,5 +193,6 @@ new Vue({
|
||||
vuetify: Vuetify,
|
||||
router,
|
||||
store,
|
||||
render: h => h(App)
|
||||
// eslint-disable-next-line
|
||||
render: (h) => h(App)
|
||||
}).$mount("#app");
|
||||
|
||||
Reference in New Issue
Block a user