From 9a436a40cc24f05b6e82826b39869b3be30304b8 Mon Sep 17 00:00:00 2001 From: gsd Date: Wed, 25 Oct 2023 00:05:37 +0300 Subject: [PATCH] ipv 4 --- .../ProfileView/Components/ProfileContainer.vue | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/components/TabsMenuElements/ProfileView/Components/ProfileContainer.vue b/src/components/TabsMenuElements/ProfileView/Components/ProfileContainer.vue index 9a9ec55..d0261f8 100644 --- a/src/components/TabsMenuElements/ProfileView/Components/ProfileContainer.vue +++ b/src/components/TabsMenuElements/ProfileView/Components/ProfileContainer.vue @@ -63,14 +63,14 @@
- {{altaccount.loading?'Загрузка':'Альт.аккаунты'}} Альт.аккаунты - {{b}} + {{b}} +
@@ -95,12 +95,11 @@ import DiscordSvg from "@/components/Others/CustomSvg/DiscordSvg.vue"; import SteamSvg from "@/components/Others/CustomSvg/SteamSvg.vue"; import axios from "axios"; -import ProfileViewer from "@/components/Others/Loader/ProfileViewer.vue"; import SnackLoader from "@/components/Others/Loader/SnackLoader.vue"; export default { name: "ProfileContainer", - components: {SnackLoader, ProfileViewer, SteamSvg, DiscordSvg}, + components: {SnackLoader, ProfileViewer_Internal: () => import("@/components/Others/Loader/ProfileViewer.vue"), SteamSvg, DiscordSvg}, props: { player: Object, f_size: {