Skip to content
Snippets Groups Projects
Commit af986ee4 authored by David Mendez's avatar David Mendez
Browse files

EUBOPEN: start to implement search results page

parent 9ca2398f
No related branches found
No related tags found
1 merge request!8Improve layout of report cards and search bar
<template>
<v-app>
<Notifications />
<MainAppBar :permanently-pinned="true">
<MainAppBar :permanently-pinned="true" :search-term="searchTerm">
<template #logo>
<Logo />
</template>
......@@ -26,6 +26,11 @@ export default {
Notifications,
Logo,
},
computed: {
searchTerm() {
return this.$route.params.term
},
},
}
</script>
<style scoped>
......
Subproject commit 8768240e3c4a1db0c235e0dbc2976285b2e8c965
Subproject commit f4654195cd3502aa23a50717f09d3032cbe6fcce
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment