diff --git a/src/App.vue b/src/App.vue index 6c0479c..a0c4134 100755 --- a/src/App.vue +++ b/src/App.vue @@ -11,7 +11,10 @@ export default { data() { return { } - } + }, + mounted() { + this.$store.dispatch('fetchHistoricalSearch') + }, } diff --git a/src/components/SearchBox.vue b/src/components/SearchBox.vue index 22646ba..ea4ca39 100755 --- a/src/components/SearchBox.vue +++ b/src/components/SearchBox.vue @@ -11,7 +11,8 @@