adding welcome

This commit is contained in:
2026-01-12 16:21:38 +00:00
parent 3e56b7b12f
commit da3870250b
2 changed files with 2 additions and 4 deletions

View File

@@ -1,9 +1,6 @@
<script setup>
import RouterTable from "@/components/quick/RouterTable.vue";
const note_links = [
{ name: "ILSP", link: "/notes/islp" },
{ name: "Vue", link: "/notes/vue" },
];
const res = await axios.post("/api/notes/Welcome");
</script>
<template>