Add script

This commit is contained in:
2026-05-14 12:22:58 +02:00
parent 06f7037e11
commit 78679fe03b
+15
View File
@@ -1,3 +1,18 @@
<script setup>
import Searchbar from '../features/search/components/Searchbar.vue';
import { ref } from 'vue';
import { useRouter } from 'vue-router';
const router = useRouter();
const searchQuery = ref('');
const submitSearch = function () {
};
</script>
<template>
<header class="global-header">
<h1>Seekra</h1>