Colors + profile mapping + socialNetworks urls. Missing images
This commit is contained in:
@@ -23,10 +23,9 @@
|
||||
|
||||
<script setup>
|
||||
import {defineProps, ref} from 'vue';
|
||||
import SocialNetworksModel from "@/models/socialNetworksModel.js";
|
||||
|
||||
const props = defineProps({
|
||||
socialNetworks: { type: SocialNetworksModel },
|
||||
socialNetworks: { type: Object },
|
||||
});
|
||||
|
||||
const socialNetworks = ref([
|
||||
|
||||
Reference in New Issue
Block a user