icon
This commit is contained in:
parent
220c685250
commit
2a9931be77
4
app.vue
4
app.vue
|
@ -42,7 +42,8 @@ type ApiSocial_networkType = {
|
|||
id: number
|
||||
name: string
|
||||
link: string
|
||||
image: string
|
||||
icon: string
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
@ -148,6 +149,7 @@ const toggleModal = () => {
|
|||
<Icon name="uil:github" />
|
||||
<template v-for="item in social_networkData">
|
||||
<div class="social_network-name" :class="[{ 'social_network-name-small': item.link }]">
|
||||
<Icon :name="item.icon" />
|
||||
<a href="#" target="_blank">
|
||||
{{ item.name }}
|
||||
</a>
|
||||
|
|
Loading…
Reference in New Issue