currently everything working

This commit is contained in:
vabene1111
2021-01-12 19:50:21 +01:00
parent 7b936ec4fd
commit 816ced83b5
6 changed files with 31 additions and 17 deletions

View File

@@ -4,5 +4,5 @@ import App from './RecipeView.vue'
Vue.config.productionTip = false
new Vue({
render: h => h(App),
render: h => h(App),
}).$mount('#app')