Filter Array di Vuex

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