vuex-crud
vuex-crud copied to clipboard
how do I clear list from outside of vuex-crud?
I'm mapping the 'list' of a resource via mapGetters as a computed property. How do I clear or modify the list state from a component manually? sorry if a noob question, vuex is very new to me.