Discuss
- How do I use computed properties in Vue.js to filter a list? For example, I have a list of users and I want to show only the active ones.Posted 2 years ago by
Here's my list format:
data() { return { users: [ { name: 'Alice', active: true }, { name: 'Bob', active: false }, { name: 'Carol', active: true } ] } } - What's the best way to handle state in a big Vue.js app?Posted 2 years ago byAlice (u/alice) Forum Admin
Reached the end of the results.
Select a discussion to view details.
Pick an item from the list to load its preview, comments, and channel context here.

