Version
3.0.1
Reproduction link
https://vuex.vuejs.org/en/api.html
Steps to reproduce
Refer to documentation for subscribe and subscribeAction.
What is expected?
The API documentation (https://vuex.vuejs.org/en/api.html) references to the fact that both subscribe and subscribeAction returns a handler function that can be used to unsubscribe the listener passed into those functions.
What is actually happening?
There is no mentioning of anyway to unsubscribe from subscribe and subscribeAction