Add gh-pages GitHub Action

This commit is contained in:
Riyyi
2025-03-29 13:16:44 +01:00
committed by Riyyi
parent d7b0ab97bc
commit 95204ef335
3 changed files with 2108 additions and 1 deletions
+6 -1
View File
@@ -24,6 +24,8 @@ import { useRouter } from "vue-router";
const router = useRouter();
const currentDate = new Date().toLocaleString("nl-NL");
const items = ref([
{
label: "Home",
@@ -52,5 +54,8 @@ const items = ref([
icon: "pi pi-link",
route: "#"
},
]);
{
label: "Date: " + currentDate,
},
]);
</script>