0
0
Fork 0

Add some attributions for tooling.

This commit is contained in:
Oliver-Akins 2020-12-15 20:41:34 -07:00
parent d9a1b68035
commit 393781181d

View file

@ -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: {},