From 928aad298234fbb29eb650f01ffdaffb667d9408 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Thu, 24 Feb 2022 20:07:50 +0300 Subject: [PATCH] Fixed navigations --- src/views/landing/HeroSection.vue | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/views/landing/HeroSection.vue b/src/views/landing/HeroSection.vue index b32bba1e6..b5eb80b00 100644 --- a/src/views/landing/HeroSection.vue +++ b/src/views/landing/HeroSection.vue @@ -3,7 +3,7 @@
-
+
primevue templates
@@ -12,7 +12,7 @@
-
+
primevue templates
@@ -23,7 +23,7 @@
-
+
primevue core
@@ -42,7 +42,7 @@
-
+
primevue icons
@@ -53,7 +53,7 @@
-
+
primevue templates
@@ -107,6 +107,11 @@ export default { }, mounted() { this.setAnimation = true + }, + methods: { + navigateTo(url) { + window.location.href = url; + } } } \ No newline at end of file