Skip to content
Snippets Groups Projects
Commit 1bfd7020 authored by Anders Høvik's avatar Anders Høvik
Browse files

Added a notification to later

parent 13b32037
No related branches found
No related tags found
1 merge request!7Feature/menu
......@@ -43,6 +43,11 @@
</template>
<script setup lang="ts">
/**
* May need to change from a-links to routerlinks to avoid complications with href.
*/
import {useRouter} from "vue-router";
const router = useRouter();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment