fixed routing issue on logout

This commit is contained in:
2025-10-09 00:56:46 +02:00
parent 4f1452e0d9
commit 2c6d0859f6
5 changed files with 30 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
<script setup>
import { ref, reactive, computed } from 'vue'
import { postBook, extractFormErrorFromField } from './api.js'
import { useRouter, useRoute } from 'vue-router'
import { useRouter } from 'vue-router'
const router = useRouter();