window.location.href = 'https://www.primefaces.org/store'">
+
@@ -12,7 +12,7 @@
-
window.location.href = 'https://www.primefaces.org/designer-vue'">
+
@@ -23,7 +23,7 @@
-
window.location.href = 'https://github.com/primefaces/primevue'">
+
@@ -42,7 +42,7 @@
-
window.location.href = 'https://www.primefaces.org/primeflex'">
+
@@ -53,7 +53,7 @@
-
window.location.href = 'https://www.primefaces.org/primeblocks-vue'">
+
@@ -107,6 +107,11 @@ export default {
},
mounted() {
this.setAnimation = true
+ },
+ methods: {
+ navigateTo(url) {
+ window.location.href = url;
+ }
}
}
\ No newline at end of file