Adding refresh on malPage

This commit is contained in:
Kylart 2017-11-11 12:01:03 +01:00
parent 6e3b671a7c
commit 9e826350af
1 changed files with 3 additions and 0 deletions

View File

@ -106,6 +106,9 @@
showSearch () {
this.$store.commit('mal/isAdding', true)
this.$store.commit('search/show', true)
},
refresh () {
this.$store.dispatch('mal/getWatchLists', this.$store.state.config.config.malUsername)
}
}
}