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

Heatmap: use store for axis data

parent cfdb0955
No related branches found
No related tags found
1 merge request!82Add new heatmap prototype and reactivate compound metadata
<template>
<v-app class="the-app">
<Notifications />
<EubopenAppBar />
<v-container><nuxt /></v-container>
</v-app>
</template>
<script>
import EubopenAppBar from '~/components/Masthead/EubopenAppBar.vue'
import Notifications from '~/web-components-submodule/components/common/Notifications.vue'
export default {
components: {
EubopenAppBar,
Notifications,
},
computed: {
searchTerm() {
return this.$route.params.term
},
},
}
</script>
<style scoped></style>
......@@ -8,6 +8,7 @@ export default {
components: {
Heatmap,
},
layout: 'prototypes',
}
</script>
......
Subproject commit 4dc5507ebb7e80edf2e7feb68972a4f348c45579
Subproject commit 5295431e44ea24ce08afc5416f1d256bb5688c2a
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