diff --git a/web/src/components/Attributions.vue b/web/src/components/Attributions.vue index a05a1cd..b19e12f 100644 --- a/web/src/components/Attributions.vue +++ b/web/src/components/Attributions.vue @@ -40,7 +40,10 @@ export default { }, data() {return { modal: false, - tooling: {} + tooling: { + "Vue.JS (With VueX)": "https://vuejs.org", + "Vue-Socket.io": "https://github.com/MetinSeylan/Vue-Socket.io", + } }}, computed: {}, methods: {},