Initial commit 🚀

This commit is contained in:
2020-10-25 19:18:48 +01:00
parent 96092b2b42
commit 9933439ee8
60 changed files with 13639 additions and 30 deletions

View File

@@ -0,0 +1,8 @@
import Vue from 'vue'
const globalComponents = {
}
for (const name in globalComponents) {
Vue.component(name, globalComponents[name])
}