mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-24 08:50:33 +01:00
Initial commit 🚀
This commit is contained in:
8
build/components/plugin.js
Normal file
8
build/components/plugin.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import Vue from 'vue'
|
||||
|
||||
const globalComponents = {
|
||||
}
|
||||
|
||||
for (const name in globalComponents) {
|
||||
Vue.component(name, globalComponents[name])
|
||||
}
|
||||
Reference in New Issue
Block a user