0
0
Fork 0

Generalize library section

This commit is contained in:
Oliver-Akins 2020-12-10 10:31:56 -07:00
parent 3257034b82
commit 0d27236e0e

View file

@ -16,10 +16,10 @@
</p>
<hr>
<p>
Open Source Libraries:
Tooling:
<ul>
<li
v-for="(link, name) in os_libs"
v-for="(link, name) in tooling"
:key="name"
>
<a :href="link">{{ name }}</a>
@ -40,7 +40,7 @@ export default {
},
data() {return {
modal: false,
os_libs: {}
tooling: {}
}},
computed: {},
methods: {},