This commit is contained in:
vabene1111
2021-01-11 16:19:37 +01:00
parent cb913f6cea
commit 02aec7d6d6
16 changed files with 178 additions and 106 deletions

View File

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