From 393781181d8f06ae3e4742ad89f9710bf773b6eb Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Tue, 15 Dec 2020 20:41:34 -0700 Subject: [PATCH] Add some attributions for tooling. --- web/src/components/Attributions.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: {},