merge
This commit is contained in:
parent
54b147a266
commit
8893320b6f
4
app.vue
4
app.vue
|
@ -103,9 +103,7 @@ const toggleModal = () => {
|
||||||
<div class="footer-text footer-text-social">
|
<div class="footer-text footer-text-social">
|
||||||
<template v-for="item in social_networkData">
|
<template v-for="item in social_networkData">
|
||||||
<a :href="item.link" target="_blank">
|
<a :href="item.link" target="_blank">
|
||||||
<Icon :name="item.icon" />
|
<Icon :name="item.icon" /> {{ item.name }}
|
||||||
|
|
||||||
{{ item.name }}
|
|
||||||
</a>
|
</a>
|
||||||
</template>
|
</template>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue