Add some attributions for tooling.
This commit is contained in:
parent
d9a1b68035
commit
393781181d
1 changed files with 4 additions and 1 deletions
|
|
@ -40,7 +40,10 @@ export default {
|
||||||
},
|
},
|
||||||
data() {return {
|
data() {return {
|
||||||
modal: false,
|
modal: false,
|
||||||
tooling: {}
|
tooling: {
|
||||||
|
"Vue.JS (With VueX)": "https://vuejs.org",
|
||||||
|
"Vue-Socket.io": "https://github.com/MetinSeylan/Vue-Socket.io",
|
||||||
|
}
|
||||||
}},
|
}},
|
||||||
computed: {},
|
computed: {},
|
||||||
methods: {},
|
methods: {},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue