From 963a98cb3b7c0c124da8b6c333ec985b7f24bdb7 Mon Sep 17 00:00:00 2001 From: alsaze Date: Thu, 27 Nov 2025 18:56:54 +0300 Subject: [PATCH] init --- components/Contacts.vue | 146 ++++++++++++++++++++++++++++++++++++++++ layouts/default.vue | 2 +- pages/index.vue | 5 +- 3 files changed, 150 insertions(+), 3 deletions(-) create mode 100644 components/Contacts.vue diff --git a/components/Contacts.vue b/components/Contacts.vue new file mode 100644 index 0000000..4e5b2db --- /dev/null +++ b/components/Contacts.vue @@ -0,0 +1,146 @@ + + + + + diff --git a/layouts/default.vue b/layouts/default.vue index a3ac164..f88e2ab 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -20,7 +20,7 @@
- +
diff --git a/pages/index.vue b/pages/index.vue index 3b9cb94..9f0250e 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -24,18 +24,19 @@ - + + +