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

Search autocomplete, use euboopen autocomplete endpoint

parent a8649245
No related branches found
No related tags found
1 merge request!25Implement Autocomplete and Search using new indexes
......@@ -12,7 +12,6 @@
</v-container>
</v-main>
<Footer />
<Disclaimer />
</v-app>
</template>
......@@ -21,7 +20,6 @@ import MainAppBar from '~/web-components-submodule/components/common/Masthead/Ma
import Footer from '~/components/footer/Footer.vue'
import Notifications from '~/web-components-submodule/components/common/Notifications.vue'
import Logo from '~/components/Logo.vue'
import Disclaimer from '~/components/Disclaimer.vue'
export default {
components: {
......@@ -29,7 +27,6 @@ export default {
Footer,
Notifications,
Logo,
Disclaimer,
},
}
</script>
Subproject commit 924e19dc1a9cb117680d35da4fed584484bd2ef4
Subproject commit 3b00e141708b5479871d3ad9144ec3ac01efcf20
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