Filtering Data in Vuex

Like most challenges in software development, there’s usually more than one way to implement a solution. Filtering data that resides in Vuex is no exception. This is only one potential implementation. Depending on your situation, this may or may not be applicable. For me, it worked out just fine.  The Setup I have this sample...