matriz de filtro en vuex
this.users.filter((user) => user.type.startsWith("A"));
Snippets
this.users.filter((user) => user.type.startsWith("A"));