From e823d9c32236731e0098b47f1712518506dd216b Mon Sep 17 00:00:00 2001 From: Opti1337 Date: Thu, 18 Apr 2024 21:46:59 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B0=D0=B7=D0=B4=D0=B5=D0=BB=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=BD=D0=B0=20=D0=BA=D0=BE=D0=BC=D0=BF=D0=BE=D0=BD?= =?UTF-8?q?=D0=B5=D0=BD=D1=82=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.vue | 77 +++++---------------------------------- components/app-button.vue | 53 +++++++++++++++++++++++++++ components/app-card.vue | 54 +++++++++++++++++++++++++++ 3 files changed, 117 insertions(+), 67 deletions(-) create mode 100644 components/app-button.vue create mode 100644 components/app-card.vue diff --git a/app.vue b/app.vue index 32866e6..72ba2bc 100644 --- a/app.vue +++ b/app.vue @@ -4,23 +4,14 @@
-
-

- {{ card.title }} -

- - TeamSpeak - - - {{ card.action }} - -
+
+ + diff --git a/components/app-card.vue b/components/app-card.vue new file mode 100644 index 0000000..75720fb --- /dev/null +++ b/components/app-card.vue @@ -0,0 +1,54 @@ + + + + +