Filterarray in Vuex
this.users.filter((user) => user.type.startsWith("A"));
Snippets
this.users.filter((user) => user.type.startsWith("A"));