This commit is contained in:
2020-09-28 20:11:42 -05:00
parent f6625c6b22
commit ac470242fc
28 changed files with 4789 additions and 5480 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')