SyntaxSquad/DADProject#14 Bot works and play works, still has some bugs

This commit is contained in:
2025-12-23 21:52:09 +00:00
parent 1939822e9b
commit d8e20dfc67
4 changed files with 112 additions and 111 deletions
@@ -49,7 +49,6 @@ import router from '@/router';
const emits = defineEmits(['logout'])
const { userLoggedIn } = defineProps(['userLoggedIn'])
const router = useRouter()
const biscaStore = useBiscaStore()
const logoutClickHandler = () => {