First frontend with working account lists. No sorting.

This commit is contained in:
James Cole
2021-03-26 06:14:35 +01:00
parent eac2293778
commit bcd612d42f
48 changed files with 635 additions and 205 deletions

View File

@@ -78,6 +78,7 @@ new Vue({
beforeCreate() {
this.$store.commit('initialiseStore');
this.$store.dispatch('updateCurrencyPreference');
this.$store.dispatch('updateListPageSizePreference');
this.$store.dispatch('dashboard/index/initialiseStore');
},
});