Update Similarity Search for Project

This commit is contained in:
2025-03-25 15:36:21 +01:00
parent 396027ae4c
commit 8310bea4f0
3 changed files with 5 additions and 24 deletions

View File

@@ -5,7 +5,6 @@ import { computed, ref } from 'vue';
import { useRouter } from 'vue-router';
//import logo from '@/assets/Logo_Apollo_Transparent.png';
import logo from '@/assets/apollo.jpg';
import { useRouter } from 'vue-router';
const auth = useAuth();
const { isDarkTheme } = useLayout();
@@ -13,7 +12,6 @@ const username = ref('');
const password = ref('');
const error = ref('');
const visible = ref(false);
const router = useRouter();
const logoSrc = ref(logo);
const router = useRouter();