This commit is contained in:
2023-11-20 22:54:59 +01:00
parent ec6fe1322b
commit 688e054673

View File

@@ -3,7 +3,7 @@
// import { defineComponent, h } from 'vue'; // import { defineComponent, h } from 'vue';
import { getCurrentInstance, ref, onMounted, onUnmounted, nextTick } from 'vue'; import { getCurrentInstance, ref, onMounted, onUnmounted, nextTick } from 'vue';
import Swal from 'sweetalert2'; import Swal from 'sweetalert2';
import LogoIkea from '@/assets/ikea_logo.svg';
import Multiselect from 'vue-multiselect'; import Multiselect from 'vue-multiselect';
import { GChart } from 'vue-google-charts'; import { GChart } from 'vue-google-charts';
import { FwbDropdown, FwbListGroup, FwbListGroupItem } from 'flowbite-vue'; import { FwbDropdown, FwbListGroup, FwbListGroupItem } from 'flowbite-vue';
@@ -14,6 +14,7 @@ import {
FwbNavbarLogo, FwbNavbarLogo,
} from 'flowbite-vue'; } from 'flowbite-vue';
import axios from 'axios'; import axios from 'axios';
import IkeaLogo from './Ikea/IkeaLogo.vue';
const type = 'GeoChart'; const type = 'GeoChart';
@@ -69,7 +70,7 @@ onMounted(fetch);
<fwb-navbar> <fwb-navbar>
<template #logo> <template #logo>
<fwb-navbar-logo alt="IKEA Price Craweler" image-url="/images/logo.svg" link="#"> <fwb-navbar-logo alt="IKEA Price Craweler" :image-url="LogoIkea" link="#">
IKEA Price Craweler IKEA Price Craweler
</fwb-navbar-logo> </fwb-navbar-logo>
</template> </template>