Closed
Description
In the orderBy docs, it currently it says sortBy
, I believe it should be orderBy
, as follows:
<ul>
<li v-repeat="users | orderBy field reverse">{{name}}</li>
</ul>
<ul>
<li v-repeat="users | orderBy 'name' -1">{{name}}</li>
</ul>
Happy to do a PR if the docs are somewhere.
Metadata
Metadata
Assignees
Labels
No labels