Rebuild frontend

This commit is contained in:
James Cole
2021-04-09 02:07:34 +02:00
parent 5b60db120f
commit 0b4ebf644d
27 changed files with 210 additions and 349 deletions

View File

@@ -42,6 +42,7 @@ new Vue({
return createElement(Create, {props: props});
},
beforeCreate() {
this.$store.dispatch('root/initialiseStore');
this.$store.commit('initialiseStore');
this.$store.dispatch('updateCurrencyPreference');
},