From 2a9931be77557f176bf4c38733c2b3453f1061d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=97=D0=B5=D0=BB=D0=B5=D0=BD=D1=81=D0=BA=D0=B0=D1=8F=20?= =?UTF-8?q?=D0=90=D0=BD=D0=B0=D1=81=D1=82=D0=B0=D1=81=D0=B8=D1=8F=20=D0=9D?= =?UTF-8?q?=D0=B8=D0=BA=D0=BE=D0=BB=D0=B0=D0=B5=D0=B2=D0=BD=D0=B0?= Date: Thu, 6 Jun 2024 10:44:49 +0300 Subject: [PATCH] icon --- app.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app.vue b/app.vue index 3f913cf..ee186a3 100644 --- a/app.vue +++ b/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 = () => {