icon
This commit is contained in:
parent
361f09329a
commit
a38ba3bda4
1
app.vue
1
app.vue
|
@ -104,6 +104,7 @@ const toggleModal = () => {
|
||||||
<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>
|
||||||
|
|
Loading…
Reference in New Issue