diff --git a/src/routes/Student.vue b/src/routes/Student.vue index f2fa414..6a9c1f9 100644 --- a/src/routes/Student.vue +++ b/src/routes/Student.vue @@ -7,6 +7,7 @@ import { computed, onMounted, ref } from 'vue'; import { loadYaml } from '../lib/yaml.js'; import { usePageText } from "../lib/index.js"; + import { navigate } from "../lib/router/router.js"; const members = ref({ junior: [], senior: [] }); const text = usePageText("Student"); @@ -93,6 +94,18 @@ +
+ + {{ link.label }} ↗ + +