You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Arrays sorts are pretty common. It would lighten user processing if v-each could handle sorting.
Describe the solution you'd like
Something like this would be nice: v-each="this.color as ColorComponent; sortBy name ASC"
Or alternatively this might be cleaner: v-each="this.color as ColorComponent" v-each-sort="name" v-each-sort-dir="asc"
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Arrays sorts are pretty common. It would lighten user processing if v-each could handle sorting.
Describe the solution you'd like
Something like this would be nice:
v-each="this.color as ColorComponent; sortBy name ASC"
Or alternatively this might be cleaner:
v-each="this.color as ColorComponent" v-each-sort="name" v-each-sort-dir="asc"
The text was updated successfully, but these errors were encountered: