This commit is contained in:
RemiSaurel
2022-06-04 22:18:35 +02:00
commit 8c22caa124
11 changed files with 28268 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
import Vue from 'vue'
import App from './App.vue'
Vue.config.productionTip = false
new Vue({
render: h => h(App),
}).$mount('#app')