feat(frontend): register pagina verwijderd en submappen hernoemd
This commit is contained in:
parent
6beaf77adf
commit
023c7f5d69
18 changed files with 17 additions and 36 deletions
|
@ -1,18 +0,0 @@
|
|||
<script setup lang="ts">
|
||||
import {useRoute} from 'vue-router';
|
||||
|
||||
const route = useRoute();
|
||||
const role = route.params.role;
|
||||
|
||||
if (role === "student") { /* Empty */
|
||||
} else { /* Empty */
|
||||
}
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<main></main>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue