mirror of https://github.com/Kylart/KawAnime.git
Adding refresh on malPage
This commit is contained in:
parent
6e3b671a7c
commit
9e826350af
|
@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue