This commit is contained in:
parent 361f09329a
commit a38ba3bda4
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ const toggleModal = () => {
<template v-for="item in social_networkData">
<a :href="item.link" target="_blank">
<Icon :name="item.icon" />
{{ item.name }}
</a>
</template>