This commit is contained in:
2021-03-23 19:29:35 -06:00
commit 3aa4e53354
31 changed files with 9561 additions and 0 deletions

9
src/main.ts Normal file
View File

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