Remove the tooling list
This commit is contained in:
parent
af59cae747
commit
f3795a4fea
1 changed files with 0 additions and 22 deletions
|
|
@ -28,18 +28,6 @@
|
||||||
</button>
|
</button>
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
<hr>
|
|
||||||
<p>
|
|
||||||
Tooling:
|
|
||||||
<ul>
|
|
||||||
<li
|
|
||||||
v-for="(link, name) in tooling"
|
|
||||||
:key="name"
|
|
||||||
>
|
|
||||||
<a :href="link">{{ name }}</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</p>
|
|
||||||
</ModalAnimation>
|
</ModalAnimation>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
@ -54,16 +42,6 @@ export default {
|
||||||
},
|
},
|
||||||
data() {return {
|
data() {return {
|
||||||
modal: false,
|
modal: false,
|
||||||
tooling: {
|
|
||||||
"Vue.JS (With VueX)": "https://vuejs.org",
|
|
||||||
"Vue-Socket.io": "https://github.com/MetinSeylan/Vue-Socket.io",
|
|
||||||
"Vue-Clipboard2": "https://www.npmjs.com/package/vue-clipboard2",
|
|
||||||
"Toml": "https://www.npmjs.com/package/toml",
|
|
||||||
"tslog": "https://www.npmjs.com/package/tslog",
|
|
||||||
"Socket.io": "https://socket.io",
|
|
||||||
"Axios": "https://www.npmjs.com/package/axios",
|
|
||||||
"neat-csv": "https://github.com/sindresorhus/neat-csv",
|
|
||||||
}
|
|
||||||
}},
|
}},
|
||||||
computed: {},
|
computed: {},
|
||||||
methods: {},
|
methods: {},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue