Initial commit

This commit is contained in:
2020-08-03 16:39:03 +03:00
parent abbb3932df
commit 906a35bdd6
41 changed files with 8572 additions and 112 deletions

View File

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